X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=7181f020b2a8ec36cb58137b11dc73eca82acefb;hp=cdf92f0709035ad3a2dc012518ab84b06fe08db5;hb=e47fe4a1e465ca76d53c6756973896fd57bc4f82;hpb=21cd0bef7a9329d0201610bccedf8a29048b0291 diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index cdf92f070..7181f020b 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -279,6 +279,11 @@ const float STAT_NB_METERSTART = 45; const float STAT_SHOTORG = 46; // compressShotOrigin const float STAT_LEADLIMIT = 47; const float STAT_BULLETS_LOADED = 48; + +// see DP source, quakedef.h +const float STAT_MOVEVARS_AIRSTRAFEACCEL_QW = 223; +const float STAT_MOVEVARS_AIRACCEL_QW = 254; + const float CTF_STATE_ATTACK = 1; const float CTF_STATE_DEFEND = 2; const float CTF_STATE_COMMANDER = 3; @@ -288,6 +293,9 @@ const float HUD_NORMAL = 0; const float HUD_SPIDERBOT = 10; const float HUD_WAKIZASHI = 11; const float HUD_RAPTOR = 12; +const vector eX = '1 0 0'; +const vector eY = '0 1 0'; +const vector eZ = '0 0 1'; const float STAT_VEHICLESTAT_HEALTH = 60; const float STAT_VEHICLESTAT_SHIELD = 61;