From 36846f537af3e14f3065e7f35003f5fd090d72d6 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 10 Aug 2004 02:19:16 +0000 Subject: Limit to old saved game only. svn-id: r14532 --- scumm/saveload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/saveload.cpp') diff --git a/scumm/saveload.cpp b/scumm/saveload.cpp index 03864c8bbe..5130591437 100644 --- a/scumm/saveload.cpp +++ b/scumm/saveload.cpp @@ -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) -- cgit v1.2.3