X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fdialog_multiplayer_playersetup_model.c;h=25b0fcb191d6ab2e41922c8ef9a63715a085077e;hb=dbc2de9f6ebef85ca8bde2704b49fc8c6426ec03;hp=509825047ee32d72c8de3ccd92c1cc03ba575c84;hpb=373921296ef7391501a220a45276152aae44271d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/dialog_multiplayer_playersetup_model.c b/qcsrc/menu/xonotic/dialog_multiplayer_playersetup_model.c index 509825047..25b0fcb19 100644 --- a/qcsrc/menu/xonotic/dialog_multiplayer_playersetup_model.c +++ b/qcsrc/menu/xonotic/dialog_multiplayer_playersetup_model.c @@ -6,7 +6,7 @@ CLASS(XonoticModelDialog) EXTENDS(XonoticDialog) ATTRIB(XonoticModelDialog, title, string, _("Model settings")) ATTRIB(XonoticModelDialog, color, vector, SKINCOLOR_DIALOG_MODEL) ATTRIB(XonoticModelDialog, intendedWidth, float, 0.5) - ATTRIB(XonoticModelDialog, rows, float, 8) + ATTRIB(XonoticModelDialog, rows, float, 7) ATTRIB(XonoticModelDialog, columns, float, 3) ENDCLASS(XonoticModelDialog) #endif @@ -36,9 +36,6 @@ void XonoticModelDialog_fill(entity me) e.addValue(e, ZCTX(_("GIBS^Lots")), "0"); e.configureXonoticTextSliderValues(e); setDependent(e, "cl_gentle", 0, 0); - me.TR(me); - me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Playermodel LOD:"))); - me.TD(me, 1, 2, e = makeXonoticSlider(0, 10, 1, "cl_playerdetailreduction")); me.TR(me); #ifdef ALLOW_FORCEMODELS me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Force models:")));