Also update wind indicator on lag when joining midgame
authorunc0rr
Wed, 18 Mar 2015 23:13:37 +0300
changeset 10861 d84c725fe332
parent 10860 891bf0aca23e
child 10862 4575977d3ce0
Also update wind indicator on lag when joining midgame
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