Limit to old saved game only.
svn-id: r14532
This commit is contained in:
parent
2c1c5d655d
commit
36846f537a
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ bool ScummEngine::loadState(int slot, bool compat) {
|
|||
setDirtyColors(0, 255);
|
||||
|
||||
|
||||
if (_gameId == GID_MANIAC && _version == 1)
|
||||
if (hdr.ver < VER(35) && _gameId == GID_MANIAC && _version == 1)
|
||||
setupV1ActorTalkColor();
|
||||
|
||||
// Regenerate strip table (for V1/V2 games)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue