[Scummvm-cvs-logs] SF.net SVN: scummvm:[43239] scummvm/trunk/engines/kyra

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Aug 11 02:14:25 CEST 2009


Revision: 43239
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43239&view=rev
Author:   lordhoto
Date:     2009-08-11 00:14:24 +0000 (Tue, 11 Aug 2009)

Log Message:
-----------
Fix a little graphics bug in Kyrandia 1 Amiga, when jewels are enabled.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/saveload_lok.cpp
    scummvm/trunk/engines/kyra/scene_lok.cpp

Modified: scummvm/trunk/engines/kyra/saveload_lok.cpp
===================================================================
--- scummvm/trunk/engines/kyra/saveload_lok.cpp	2009-08-10 23:35:16 UTC (rev 43238)
+++ scummvm/trunk/engines/kyra/saveload_lok.cpp	2009-08-11 00:14:24 UTC (rev 43239)
@@ -177,8 +177,8 @@
 					seq_createAmuletJewel(i-0x55, 10, 1, 1);
 			}
 		}
-		_screen->copyRegion(0, 0, 0, 0, 320, 200, 10, 8);
-		_screen->copyRegion(0, 0, 0, 0, 320, 200, 8, 0);
+
+		_screen->copyRegion(8, 8, 8, 8, 304, 212, 10, 0);
 	}
 
 	setHandItem(_itemInHand);

Modified: scummvm/trunk/engines/kyra/scene_lok.cpp
===================================================================
--- scummvm/trunk/engines/kyra/scene_lok.cpp	2009-08-10 23:35:16 UTC (rev 43238)
+++ scummvm/trunk/engines/kyra/scene_lok.cpp	2009-08-11 00:14:24 UTC (rev 43239)
@@ -778,7 +778,7 @@
 		if (_unkScreenVar2 == 1)
 			_screen->shuffleScreen(8, 8, 304, 128, 2, 0, _unkScreenVar3, false);
 		else
-			_screen->copyRegion(8, 8, 8, 8, 304, 128, 2, 0);
+			_screen->copyRegion(8, 8, 8, 8, 304, 128, 2, 0, Screen::CR_NO_P_CHECK);
 
 		if (_unkScreenVar1 && !queryGameFlag(0xA0)) {
 			if (_currentCharacter->sceneId == 45 && _cauldronState)


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