Limit to old saved game only.

svn-id: r14532
This commit is contained in:
Travis Howell 2004-08-10 02:19:16 +00:00
parent 2c1c5d655d
commit 36846f537a

View file

@ -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)