]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/survival/survival.qh
Change the shortname of survival from surv to sv to better match other gamemodes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / survival / survival.qh
index 53763575bdd9e4f142ba22a39f3fe10286317e26..2d111901d07296000ed6529779975cac1f49f035 100644 (file)
@@ -2,9 +2,9 @@
 
 // shared state signalling the player's survival status
 .int survival_status;
-const int SURV_STATUS_PREY = 1;
-const int SURV_STATUS_HUNTER = 2;
+const int SV_STATUS_PREY = 1;
+const int SV_STATUS_HUNTER = 2;
 
 // hardcoded player colors for survival
-const int SURV_COLOR_PREY = 51; // green
-const int SURV_COLOR_HUNTER = 68; // red
+const int SV_COLOR_PREY = 51; // green
+const int SV_COLOR_HUNTER = 68; // red