mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
SCUMM: (FT) - fix bug no. 12903 ("Sometimes skipping videos occur")
Prevent autosave during smush playback. Thanks to AndywinXp for the tip.
This commit is contained in:
@@ -132,7 +132,7 @@ bool ScummEngine::canSaveGameStateCurrently() {
|
||||
// exception here. This the same forced overwriting of the
|
||||
// script decisions as in ScummEngine::processKeyboard.
|
||||
// Also, disable saving when a SAN video is playing.
|
||||
if (_game.id == GID_CMI)
|
||||
if (_game.version >= 7)
|
||||
return !((ScummEngine_v7 *)this)->isSmushActive();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user