hedgewars/uGame.pas
changeset 5357 ec36f3d53f3c
parent 5174 f5294509783e
child 5599 2e4b90f33a83
child 5638 e35ba2a400d8
equal deleted inserted replaced
5354:e121d0d6823b 5357:ec36f3d53f3c
    73                         //CurrentHedgehog^.Gear^.Message:= 0; <- produces bugs with further save restoring and demos
    73                         //CurrentHedgehog^.Gear^.Message:= 0; <- produces bugs with further save restoring and demos
    74                         isSoundEnabled:= isSEBackup;
    74                         isSoundEnabled:= isSEBackup;
    75                         if isSoundEnabled then playMusic;
    75                         if isSoundEnabled then playMusic;
    76                         GameType:= gmtLocal;
    76                         GameType:= gmtLocal;
    77                         AddVisualGear(0, 0, vgtTeamHealthSorter);
    77                         AddVisualGear(0, 0, vgtTeamHealthSorter);
       
    78                         AddVisualGear(0, 0, vgtSmoothWindBar);
    78                         {$IFDEF IPHONEOS}InitIPC;{$ENDIF}
    79                         {$IFDEF IPHONEOS}InitIPC;{$ENDIF}
    79                         uMobile.SaveFinished();
    80                         uMobile.SaveFinished();
    80                         end;
    81                         end;
    81                end
    82                end
    82           else ProcessGears
    83           else ProcessGears