equal
deleted
inserted
replaced
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 |