X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Fdoor.qh;h=f7ed28c5bbc463c3371e16959b38270cbae7d25f;hb=c26d994a788be2bc2eadf6891da23916cf428311;hp=e91061f14ce06950362a9003547a6744baeb7776;hpb=8643336b62c2c2881987dabddc842a0214839012;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/func/door.qh b/qcsrc/common/triggers/func/door.qh index e91061f14..f7ed28c5b 100644 --- a/qcsrc/common/triggers/func/door.qh +++ b/qcsrc/common/triggers/func/door.qh @@ -5,13 +5,13 @@ const int DOOR_TOGGLE = 32; const int DOOR_NOSPLASH = 256; // generic anti-splashdamage spawnflag +const int DOOR_NONSOLID = 1024; + const int SPAWNFLAGS_GOLD_KEY = 8; const int SPAWNFLAGS_SILVER_KEY = 16; #ifdef CSQC // stuff for preload -void ent_door(); -// abused -.float attack_finished_single; +.float door_finished; #endif