]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/vehicles/vehicles.qc
Remove redundant uses of `var`
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / vehicles / vehicles.qc
index 04f13af14e32069a2b6d158a0ca3e4dc22f17b2e..6f9a25a417b8b20b9cf05aa4b4a8ea539f69cbad 100644 (file)
@@ -24,8 +24,8 @@ const int RSM_FLARE = 2;
 const int RSM_LAST = 2;
 
 entity dropmark;
-var float autocvar_cl_vehicles_hudscale = 0.5;
-var float autocvar_cl_vehicles_hudalpha = 0.75;
+float autocvar_cl_vehicles_hudscale = 0.5;
+float autocvar_cl_vehicles_hudalpha = 0.75;
 
 const string raptor_ico =  "gfx/vehicles/raptor.tga";
 const string raptor_gun =  "gfx/vehicles/raptor_guns.tga";