From 87832481de03ee60726620b0a4f78710c077462d Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 25 Feb 2007 06:21:57 +0000 Subject: Add magic id for Apple II verison of Maniac Mansion. svn-id: r25845 --- engines/scumm/resource_v2.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/scumm') diff --git a/engines/scumm/resource_v2.cpp b/engines/scumm/resource_v2.cpp index e0cfdffbe7..32d4685f6d 100644 --- a/engines/scumm/resource_v2.cpp +++ b/engines/scumm/resource_v2.cpp @@ -197,6 +197,11 @@ void ScummEngine_v2::readIndexFile() { assert(_game.version == 1); readClassicIndexFile(); break; + case 0x032: + printf("Apple II V1 game detected\n"); + assert(_game.version == 0); + readClassicIndexFile(); + break; default: error("Unknown magic id (0x%X) - this version is unsupported", magic); break; -- cgit v1.2.3