X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=e81cf7228b937c6b2c1a108c388d4bb898d995d9;hp=58111fb12bcfea9482a8d89b6d0dbceaf31ab42e;hb=913b5501b8eaa7793de54875d4992f23c211b6e0;hpb=2f163ba8166694e7467740bb2618e61fa2ef0a9a diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index 58111fb12b..e81cf7228b 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -340,6 +340,11 @@ string deathmessage; .float ballistics_density; // wall piercing factor, larger = bullet can pass through more +//const int FROZEN_NOT = 0; +const int FROZEN_NORMAL = 1; +const int FROZEN_TEMP_REVIVING = 2; +const int FROZEN_TEMP_DYING = 3; + const int ACTIVE_NOT = 0; const int ACTIVE_ACTIVE = 1; const int ACTIVE_IDLE = 2;