]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_cts.qh
Hook: merge offhand and weapon behaviour
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_cts.qh
index f02caf01fae1bf99341f93a8fd101362048d5abf..fa27fe4fcd140e1601940b211f96a272860eee8c 100644 (file)
@@ -1,7 +1,10 @@
-float g_race_qualifying;
+#ifndef GAMEMODE_CTS_H
+#define GAMEMODE_CTS_H
+//float g_race_qualifying;
 
 // scores
-#define ST_CTS_LAPS 1
-#define SP_CTS_LAPS 4
-#define SP_CTS_TIME 5
-#define SP_CTS_FASTEST 6
+const float ST_CTS_LAPS = 1;
+const float SP_CTS_LAPS = 4;
+const float SP_CTS_TIME = 5;
+const float SP_CTS_FASTEST = 6;
+#endif