hedgewars/uGame.pas
branchhedgeroid
changeset 5385 a864a0aeed96
parent 5357 ec36f3d53f3c
child 5599 2e4b90f33a83
child 5638 e35ba2a400d8
equal deleted inserted replaced
5383:cb217271f344 5385:a864a0aeed96
    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