From: Mario Date: Fri, 14 Nov 2014 04:06:32 +0000 (+1100) Subject: Remove old stat definitions X-Git-Tag: xonotic-v0.8.0~154 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a99b784a431980bdbc9b326489769b7e338e8ac7;p=xonotic%2Fxonotic-data.pk3dir.git Remove old stat definitions --- diff --git a/qcsrc/client/csqc_constants.qc b/qcsrc/client/csqc_constants.qc index 3889603aa..4d966476f 100644 --- a/qcsrc/client/csqc_constants.qc +++ b/qcsrc/client/csqc_constants.qc @@ -41,29 +41,6 @@ const float VF_CL_VIEWANGLES_X = 34; //(float) const float VF_CL_VIEWANGLES_Y = 35; //(float) const float VF_CL_VIEWANGLES_Z = 36; //(float) -// Server Autosent Stat Constants -const float STAT_HEALTH = 0; -const float STAT_WEAPONMODEL = 2; -const float STAT_AMMO = 3; -const float STAT_ARMOR = 4; -const float STAT_WEAPONFRAME = 5; -const float STAT_SHELLS = 6; -const float STAT_NAILS = 7; -const float STAT_ROCKETS = 8; -const float STAT_CELLS = 9; -const float STAT_ACTIVEWEAPON = 10; -const float STAT_TOTALSECRETS = 11; -const float STAT_TOTALMONSTERS = 12; -const float STAT_SECRETS = 13; -const float STAT_MONSTERS = 14; -const float STAT_ITEMS = 15; -const float STAT_VIEWHEIGHT = 16; -const float STAT_MOVEVARS_TICRATE = 240; -const float STAT_MOVEVARS_TIMESCALE = 241; -const float STAT_FRAGLIMIT = 235; -const float STAT_TIMELIMIT = 236; -const float STAT_MOVEVARS_GRAVITY = 242; - // Quake-style Point Contents const float CONTENT_EMPTY = -1; const float CONTENT_SOLID = -2;