X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Fdoor.qh;h=adfc060e80257653aa447a341ccf076581ce9a0f;hb=7174b3fe239d9bf24a6f3808ac4b19a18bf40163;hp=e91061f14ce06950362a9003547a6744baeb7776;hpb=02e0727816326407cc681dd2d12c67d157e618cf;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;