]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qh
Upscale icons with the previous code (AR "fix") rather then with hud_panel_weapons_on...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qh
index 3b36a12c0ea3bd31701fa330d13ec669e62beed7..b8823e6296d4de67aed98f1f2da417aa00ff0381 100644 (file)
@@ -99,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;
@@ -149,4 +149,4 @@ entity entcs_receiver[255]; // 255 is the engine limit on maxclients
 float hud;
 float view_quality;
 int framecount;
-#endif
\ No newline at end of file
+#endif