# HG changeset patch
# User unc0rr
# Date 1426709617 -10800
# Node ID d84c725fe332b98b64c7bb95eda9a8adb68f1794
# Parent  891bf0aca23e0ff7994db824ad9d3602476eb76d
Also update wind indicator on lag when joining midgame

diff -r 891bf0aca23e -r d84c725fe332 hedgewars/uGame.pas
--- a/hedgewars/uGame.pas	Wed Mar 18 21:03:53 2015 +0100
+++ b/hedgewars/uGame.pas	Wed Mar 18 23:13:37 2015 +0300
@@ -102,8 +102,9 @@
         if isInLag then
             case GameType of
                 gmtNet: begin
-                        // just update the health bars
+                        // update health bars and the wind indicator
                         AddVisualGear(0, 0, vgtTeamHealthSorter);
+                        AddVisualGear(0, 0, vgtSmoothWindBar);
                         break;
                         end;
                 gmtDemo, gmtRecord: begin