]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/survival/survival.qh
Update survival status to not use a 0 value for survivors, allows the HUD to properly...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / survival / survival.qh
index 314ec629e3a97db315f02a72c5b1fd05a3ab35df..53763575bdd9e4f142ba22a39f3fe10286317e26 100644 (file)
@@ -2,8 +2,8 @@
 
 // shared state signalling the player's survival status
 .int survival_status;
-const int SURV_STATUS_PREY = 0;
-const int SURV_STATUS_HUNTER = 1;
+const int SURV_STATUS_PREY = 1;
+const int SURV_STATUS_HUNTER = 2;
 
 // hardcoded player colors for survival
 const int SURV_COLOR_PREY = 51; // green