]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix missing semicolon
authorterencehill <piuntn@gmail.com>
Sat, 18 Dec 2010 21:47:43 +0000 (22:47 +0100)
committerterencehill <piuntn@gmail.com>
Sat, 18 Dec 2010 21:47:43 +0000 (22:47 +0100)
qcsrc/client/hud.qc

index 1504a0388d65352f831466c06a847b99ccdb907e..91125e4798505f00c061f494de622ee788acf554 100644 (file)
@@ -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)