]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/main.qh
Invert minus and plus for Y axis to represent correct direction
[voretournament/voretournament.git] / data / qcsrc / client / main.qh
index b5801490c5b69385e3678cbdc1d4b750597113d9..a868ae402be64c37ee3d9cbdaa5899a446b4ddcd 100644 (file)
@@ -31,7 +31,7 @@ vector mi_center;
 vector mi_scale;\r
 // Minimap\r
 string minimapname;\r
-float ons_showmap;\r
+float showmap;\r
 \r
 // --------------------------------------------------------------------------\r
 // General stuff\r
@@ -167,10 +167,10 @@ float armorblockpercent;
 float g_weaponswitchdelay;\r
 \r
 float g_vore;\r
-float g_balance_vore_swallow_limit;\r
-float g_healthsize, g_healthsize_min, g_healthsize_max;\r
+float g_healthsize_center, g_healthsize_min, g_healthsize_max;\r
 float armor_max;\r
 float teamheal_max;\r
+float g_power, g_power_reboot, g_power_reboot_spawn;\r
 \r
 //hooks\r
 float calledhooks;\r