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:
parent
412cd4ca4e
commit
743343be69
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue