]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qh
Merge remote-tracking branch 'origin/TimePath/experiments/csqc_prediction' into TimeP...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qh
index 18efb2baa6f0807fced2a7ba2ccf06177fd3cd4d..b8823e6296d4de67aed98f1f2da417aa00ff0381 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef MAIN_H
+#define MAIN_H
+
 // --------------------------------------------------------------------------
 // MENU Functionality
 
@@ -96,9 +99,9 @@ float button_zoom;
 float spectatorbutton_zoom;
 float button_attack2;
 
-float activeweapon;
-float switchingweapon;
-float switchweapon;
+int activeweapon;
+int switchingweapon;
+int switchweapon;
 float current_viewzoom;
 float zoomin_effect;
 float warmup_stage;
@@ -146,3 +149,4 @@ entity entcs_receiver[255]; // 255 is the engine limit on maxclients
 float hud;
 float view_quality;
 int framecount;
+#endif