hedgewars/hwengine.dpr
changeset 72 aeb2ac1878dc
parent 71 5f56c6979496
child 74 42257fee61ae
equal deleted inserted replaced
71:5f56c6979496 72:aeb2ac1878dc
    84               StoreLoad;
    84               StoreLoad;
    85               AdjustColor(cConsoleSplitterColor);
    85               AdjustColor(cConsoleSplitterColor);
    86               ResetKbd;
    86               ResetKbd;
    87               SoundLoad;
    87               SoundLoad;
    88               PlayMusic;
    88               PlayMusic;
       
    89               if GameType = gmtSave then
       
    90                  begin
       
    91                  isSEBackup:= isSoundEnabled;
       
    92                  isSoundEnabled:= false
       
    93                  end;
    89               GameState:= gsGame
    94               GameState:= gsGame
    90               end;
    95               end;
    91      gsGame : begin
    96      gsGame : begin
    92               ProcessKbd;
    97               ProcessKbd;
    93               DoGameTick(Lag);
    98               DoGameTick(Lag);