Fix regression in Commodore 64 version of Zak McKracken.

svn-id: r25959
This commit is contained in:
Travis Howell 2007-03-04 01:04:31 +00:00
parent d1d5579549
commit 41136e552f

View File

@ -1262,7 +1262,8 @@ static bool testGame(const GameSettings *g, const DescMap &fileMD5Map, const Com
// perfect match
return true;
}
} else if (buf[0] == 0xCE && buf[1] == 0xF5) {
} else if ((buf[0] == 0xCE && buf[1] == 0xF5) || // PC
(buf[0] == 0xCD && buf[1] == 0xFE)) { // Commodore 64
// Looks like V1.
// Candidates: maniac classic, zak classic