X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=blobdiff_plain;f=data%2Fqcsrc%2Fserver%2Fconstants.qh;h=70b8221ac073146b330b91c7ab9925e6eeaa7add;hp=4452d487d1752b9c3e8ae3cce3a801bc3e26af9b;hb=HEAD;hpb=63e7ba956a09ae88f42625f96768694ff5ae1a00 diff --git a/data/qcsrc/server/constants.qh b/data/qcsrc/server/constants.qh index 4452d487..70b8221a 100644 --- a/data/qcsrc/server/constants.qh +++ b/data/qcsrc/server/constants.qh @@ -33,6 +33,7 @@ float MOVETYPE_FLYMISSILE = 9; float MOVETYPE_BOUNCE = 10; float MOVETYPE_BOUNCEMISSILE = 11; // Like bounce but doesn't lose speed on bouncing //float MOVETYPE_FOLLOW = 12; // 'Attaches' the entity to its aim_ent +float MOVETYPE_FLY_WORLDONLY = 33; float SOLID_NOT = 0; float SOLID_TRIGGER = 1; @@ -130,7 +131,9 @@ 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'; -vector PL_PREY_VIEW_OFS = '0 0 15'; +vector PL_PREY_VIEW_OFS = '0 0 25'; + +vector CONSUMABLE_VIEW_OFS = '0 0 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