]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compile
authorMario <zacjardine@y7mail.com>
Sat, 24 Jan 2015 03:57:58 +0000 (14:57 +1100)
committerMario <zacjardine@y7mail.com>
Sat, 24 Jan 2015 03:57:58 +0000 (14:57 +1100)
qcsrc/client/vehicles/vehicles.qc

index 64ea30e5c9ff199e38d7ea98190b0796971e8934..989c3fa6c03f33da0336c7a3263989d539ed7f03 100644 (file)
@@ -1,5 +1,5 @@
 const string hud_bg = "gfx/vehicles/frame.tga";
-const string hud_sh "= gfx/vehicles/vh-shield.tga";
+const string hud_sh = "gfx/vehicles/vh-shield.tga";
 
 const string hud_hp_bar = "gfx/vehicles/bar_up_left.tga";
 const string hud_hp_ico = "gfx/vehicles/health.tga";