COMPOSER: Better spacing of autosaves
This commit is contained in:
parent
483cad039e
commit
a9441186b7
1 changed files with 4 additions and 0 deletions
|
@ -366,6 +366,10 @@ Common::Error ComposerEngine::loadGameState(int slot) {
|
|||
if (!_mixer->isSoundHandleActive(_soundHandle))
|
||||
_mixer->playStream(Audio::Mixer::kSFXSoundType, &_soundHandle, _audioStream);
|
||||
|
||||
|
||||
// Reset autosave duration on load
|
||||
_lastSaveTime = _system->getMillis();
|
||||
|
||||
return Common::kNoError;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue