X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=4dd3bf76e369d0d44b6cbd88d34005704db5cc20;hp=c1455af452b47b346f68e3066e17aaa49ebbf61e;hb=4c1fcf7b3bdaee8fd10d48d2ac5b21c3a9371de1;hpb=8c1387ec331cf65c72e7f7f8ee8a10c716d7e41e diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index c1455af452..4dd3bf76e3 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -310,6 +310,7 @@ const float STAT_SHOTORG = 46; // compressShotOrigin const float STAT_LEADLIMIT = 47; const float STAT_BULLETS_LOADED = 48; const float STAT_NEX_CHARGE = 49; +const float STAT_HUD = 50; // see DP source, quakedef.h const float STAT_MOVEVARS_AIRSPEEDLIMIT_NONQW = 222; @@ -320,7 +321,6 @@ const float CTF_STATE_ATTACK = 1; const float CTF_STATE_DEFEND = 2; const float CTF_STATE_COMMANDER = 3; -const float STAT_HUD = 50; const float HUD_NORMAL = 0; const float HUD_SPIDERBOT = 10; const float HUD_WAKIZASHI = 11; @@ -337,6 +337,10 @@ const float STAT_VEHICLESTAT_RELOAD1 = 64; const float STAT_VEHICLESTAT_AMMO2 = 65; const float STAT_VEHICLESTAT_RELOAD2 = 66; +// mod stats (1xx) +const float STAT_REDALIVE = 100; +const float STAT_BLUEALIVE = 101; + //const float STAT_SPIDERBOT_AIM 53 // compressShotOrigin //const float STAT_SPIDERBOT_TARGET 54 // compressShotOrigin