]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_invasion.qh
Hook: merge offhand and weapon behaviour
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_invasion.qh
index 04492d4a345824652998afe8d413af6ea9e42082..191aef9ad2e734a2fd8dc9cf219361c767df96c4 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef GAMEMODE_INVASION_H
+#define GAMEMODE_INVASION_H
+
 float inv_numspawned;
 float inv_maxspawned;
 float inv_roundcnt;
@@ -11,4 +14,5 @@ float inv_monsters_perteam[17];
 
 float inv_monsterskill;
 
-#define ST_INV_KILLS 1
+const float ST_INV_KILLS = 1;
+#endif