From 47280b3301ae3b628dce593beb602ac6ada75b97 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 23 Feb 2007 10:18:14 +0000 Subject: Fix bug #1600999 - SIMON2: Crash while talking to Bingo Bongo. A regression due to the work around for extra long strings been broken, when support for the Feeble Files was added in the past. svn-id: r25807 --- 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 279b5a4b48..8396ee9143 100644 --- a/engines/agos/script.cpp +++ b/engines/agos/script.cpp @@ -614,7 +614,7 @@ void AGOSEngine::o_picture() { uint vga_res = getVarOrWord(); uint mode = getVarOrByte(); - // Work around a script bug in the Amiga AGA/CD32 versions + // WORKAROUND: For a script bug in the Amiga AGA/CD32 versions // When selecting locations on the magical map, the script looks // for vga_res 12701, but only vga_res 12700 exists. if (getGameType() == GType_SIMON1 && getPlatform() == Common::kPlatformAmiga && -- cgit v1.2.3