]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/spawnflags.qh
target_spawn: replace magic number
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / spawnflags.qh
index 37551f2c6c95fc75e13bfeb9fd7dad0670519e27..b4a97de60c29dabae051548e70880b20c44b717a 100644 (file)
@@ -1,8 +1,9 @@
 #pragma once
 
 // generic usage
-const int NOSPLASH = BIT(8); // generic anti-splashdamage spawnflag
 const int START_ENABLED = BIT(0);
+const int ON_MAPLOAD = BIT(1);
+const int NOSPLASH = BIT(8); // generic anti-splashdamage spawnflag
 
 // bobbing
 const int BOBBING_XAXIS = BIT(0);