From: Mario Date: Sat, 24 Jan 2015 03:57:58 +0000 (+1100) Subject: Fix compile X-Git-Tag: xonotic-v0.8.1~133^2~54 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c766bfe86b62ab01546a6a6920819093d904f4c9;p=xonotic%2Fxonotic-data.pk3dir.git Fix compile --- diff --git a/qcsrc/client/vehicles/vehicles.qc b/qcsrc/client/vehicles/vehicles.qc index 64ea30e5c..989c3fa6c 100644 --- a/qcsrc/client/vehicles/vehicles.qc +++ b/qcsrc/client/vehicles/vehicles.qc @@ -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";