]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/door.qh
Weapons: add a second .weaponentity
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / door.qh
index e91061f14ce06950362a9003547a6744baeb7776..a765e22655b83dc7fdc20d725f2645fd52c9c8a0 100644 (file)
@@ -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;
 
@@ -12,6 +14,5 @@ const int SPAWNFLAGS_SILVER_KEY = 16;
 // stuff for preload
 void ent_door();
 
-// abused
-.float attack_finished_single;
+.float door_finished;
 #endif