Update work around for script bug in Amiga AGA/CD32 verisons of Simon the Sorcerer 1.

svn-id: r25513
This commit is contained in:
Travis Howell 2007-02-12 07:03:41 +00:00
parent 0a8a92fd5c
commit affcd0f808

View File

@ -624,7 +624,7 @@ void AGOSEngine::o_picture() {
// for vga_res 12701, but only vga_res 12700 exists. // for vga_res 12701, but only vga_res 12700 exists.
if (getGameType() == GType_SIMON1 && getPlatform() == Common::kPlatformAmiga && if (getGameType() == GType_SIMON1 && getPlatform() == Common::kPlatformAmiga &&
vga_res == 12701) { vga_res == 12701) {
vga_res = 12700; return;
} }
_picture8600 = (vga_res == 8600); _picture8600 = (vga_res == 8600);