From 65c6e8b32a9de09ab56ab7c0df6443556ad230f9 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sat, 18 Dec 2010 22:47:43 +0100 Subject: [PATCH] Fix missing semicolon --- qcsrc/client/hud.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 1504a0388..91125e479 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -5446,7 +5446,7 @@ void HUD_Physics(void) if(autocvar_hud_panel_physics_progressbar && speed < top_speed) { float peak_offset_x; - vector peak_size + vector peak_size; if (speed_baralign == 0) peak_offset_x = min(top_speed, max_speed)/max_speed * panel_size_x; else if (speed_baralign == 1) -- 2.39.2