]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/spawnflags.qh
trigger_changelevel: replace magic number, whitelist fields
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / spawnflags.qh
index 50008e182501ec8200e744bf7bccd3ae9b6009dc..37551f2c6c95fc75e13bfeb9fd7dad0670519e27 100644 (file)
@@ -80,6 +80,9 @@ const int LASER_INVERT_TEAM = BIT(3);
 const int PLAT_LOW_TRIGGER = BIT(0);
 const int PLAT_CRUSH = BIT(2);
 
+// changelevel
+const int CHANGELEVEL_MULTIPLAYER = BIT(1);
+
 // teleport
 const int TELEPORT_FLAG_SOUND = BIT(0);
 const int TELEPORT_FLAG_PARTICLES = BIT(1);