]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/main.qh
Properly fix the map list. Another check was the problematic one.
[voretournament/voretournament.git] / data / qcsrc / client / main.qh
index 13aa153bea77ef45409c4179833d8431a6ea80a7..db40270fc22a0c4a04401b8b186999e8c9b880e1 100644 (file)
@@ -161,15 +161,18 @@ void centerprint(string strMessage);
 \r
 #define ALPHA_MIN_VISIBLE 0.003\r
 \r
+float g_campaign;\r
+\r
 float armorblockpercent;\r
 float g_weaponswitchdelay;\r
 \r
-float g_balance_vore_swallow_limit, g_vore_showpreyhealth;\r
+float g_vore;\r
+float g_balance_vore_swallow_limit;\r
 \r
-//grabbers\r
-float calledgrabbers;\r
-#define GRABBER_START    1\r
-#define GRABBER_END      2\r
+//hooks\r
+float calledhooks;\r
+#define HOOK_START    1\r
+#define HOOK_END      2\r
 \r
 .float ping, ping_packetloss, ping_movementloss;\r
 .float plhealth, plpredator;\r