X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fconstants.qh;h=7cefb530d9f14be48ec3fb4f657fd1a07b0bbe3f;hb=d53800a81ad1253e6ee6eca8b9971bbf275df7ee;hp=5e18a5cc60c55bb4936887ab9fab6f8b80153105;hpb=6eeab865ebe5dd796bde14c88a1d562114ef20ed;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/constants.qh b/qcsrc/server/constants.qh index 5e18a5cc6..7cefb530d 100644 --- a/qcsrc/server/constants.qh +++ b/qcsrc/server/constants.qh @@ -125,13 +125,6 @@ float MSG_ALL = 2; // reliable float MSG_INIT = 3; // initialization float MSG_ENTITY = 5; // csqc -vector PL_VIEW_OFS = '0 0 35'; -vector PL_MIN = '-16 -16 -24'; -vector PL_MAX = '16 16 45'; -vector PL_CROUCH_VIEW_OFS = '0 0 15'; -vector PL_CROUCH_MIN = '-16 -16 -24'; -vector PL_CROUCH_MAX = '16 16 25'; - // Sajt - added these, just as constants. Not sure how you want them actually put in the game, but I just // did this so at least they worked // NOTE: instagib IS NOT compatible with rocket-arena, so make sure to prevent selecting both in a menu