X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fcsqc_constants.qc;h=5976eb975eee0e3151deff590e4348916714e41a;hb=18528faede916ba900029df607fcd1a001760b7d;hp=2b2e674c603a2b938aa0f30984ae861a3806be6c;hpb=992529cda6e328df91113b580eae2f1b3ef0cdfd;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/csqc_constants.qc b/qcsrc/client/csqc_constants.qc index 2b2e674c6..5976eb975 100644 --- a/qcsrc/client/csqc_constants.qc +++ b/qcsrc/client/csqc_constants.qc @@ -63,7 +63,6 @@ const float STAT_MOVEVARS_TIMESCALE = 241; const float STAT_FRAGLIMIT = 235; const float STAT_TIMELIMIT = 236; const float STAT_MOVEVARS_GRAVITY = 242; -const float STAT_MOVEVARS_MAXSPEED = 244; // Sound Constants //const float CHAN_AUTO = 0; @@ -165,7 +164,6 @@ const float BUTTON_14 = 65536; const float BUTTON_15 = 131072; const float BUTTON_16 = 262144; - const float DRAWFLAG_NORMAL = 0; const float DRAWFLAG_ADDITIVE = 1; const float DRAWFLAG_MODULATE = 2;