From c766bfe86b62ab01546a6a6920819093d904f4c9 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 24 Jan 2015 14:57:58 +1100 Subject: [PATCH] Fix compile --- qcsrc/client/vehicles/vehicles.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.2