X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Fdoor.qh;h=adfc060e80257653aa447a341ccf076581ce9a0f;hb=3a035cb2732af064519135410c5664c2e1b3f501;hp=e91061f14ce06950362a9003547a6744baeb7776;hpb=117fa45380851579df9e6c465a207d733f6ca748;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/func/door.qh b/qcsrc/common/triggers/func/door.qh index e91061f14..adfc060e8 100644 --- a/qcsrc/common/triggers/func/door.qh +++ b/qcsrc/common/triggers/func/door.qh @@ -5,6 +5,8 @@ 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;