From affcd0f8080252de4436568b0bff6265ddbe8f1a Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 12 Feb 2007 07:03:41 +0000 Subject: Update work around for script bug in Amiga AGA/CD32 verisons of Simon the Sorcerer 1. svn-id: r25513 --- engines/agos/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agos/script.cpp') diff --git a/engines/agos/script.cpp b/engines/agos/script.cpp index 5afafc148e..6c9ccdf1c5 100644 --- a/engines/agos/script.cpp +++ b/engines/agos/script.cpp @@ -624,7 +624,7 @@ void AGOSEngine::o_picture() { // for vga_res 12701, but only vga_res 12700 exists. if (getGameType() == GType_SIMON1 && getPlatform() == Common::kPlatformAmiga && vga_res == 12701) { - vga_res = 12700; + return; } _picture8600 = (vga_res == 8600); -- cgit v1.2.3