hedgewars/uGame.pas
changeset 10861 d84c725fe332
parent 10316 0f46fb0e0d5f
child 11026 b8022f4bea14
equal deleted inserted replaced
10860:891bf0aca23e 10861:d84c725fe332
   100         begin
   100         begin
   101         NetGetNextCmd;
   101         NetGetNextCmd;
   102         if isInLag then
   102         if isInLag then
   103             case GameType of
   103             case GameType of
   104                 gmtNet: begin
   104                 gmtNet: begin
   105                         // just update the health bars
   105                         // update health bars and the wind indicator
   106                         AddVisualGear(0, 0, vgtTeamHealthSorter);
   106                         AddVisualGear(0, 0, vgtTeamHealthSorter);
       
   107                         AddVisualGear(0, 0, vgtSmoothWindBar);
   107                         break;
   108                         break;
   108                         end;
   109                         end;
   109                 gmtDemo, gmtRecord: begin
   110                 gmtDemo, gmtRecord: begin
   110                         GameState:= gsExit;
   111                         GameState:= gsExit;
   111                         exit
   112                         exit