[Scummvm-cvs-logs] SF.net SVN: scummvm: [24247] scummvm/trunk/engines/agos/vga.cpp
kirben at users.sourceforge.net
kirben at users.sourceforge.net
Mon Oct 9 08:11:56 CEST 2006
Revision: 24247
http://svn.sourceforge.net/scummvm/?rev=24247&view=rev
Author: kirben
Date: 2006-10-08 23:11:51 -0700 (Sun, 08 Oct 2006)
Log Message:
-----------
Fix the display of backgrounds in Amiga disk versions of Simon1
Modified Paths:
--------------
scummvm/trunk/engines/agos/vga.cpp
Modified: scummvm/trunk/engines/agos/vga.cpp
===================================================================
--- scummvm/trunk/engines/agos/vga.cpp 2006-10-09 02:59:40 UTC (rev 24246)
+++ scummvm/trunk/engines/agos/vga.cpp 2006-10-09 06:11:51 UTC (rev 24247)
@@ -1366,7 +1366,8 @@
/* vc10_helper_5 */
} else if ((((_lockWord & 0x20) && state->palette == 0) || state->palette == 0xC0) &&
- (getGameType() == GType_SIMON1 || getGameType() == GType_SIMON2)) {
+ (getGameType() == GType_SIMON1 || getGameType() == GType_SIMON2) &&
+ getPlatform() != Common::kPlatformAmiga) {
const byte *src;
byte *dst;
uint h, i;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list