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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Mar 20 12:42:04 CET 2008


Revision: 31201
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31201&view=rev
Author:   lordhoto
Date:     2008-03-20 04:42:02 -0700 (Thu, 20 Mar 2008)

Log Message:
-----------
Enabled some cursor related commented out code.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_v2.cpp
    scummvm/trunk/engines/kyra/timer_v2.cpp

Modified: scummvm/trunk/engines/kyra/kyra_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v2.cpp	2008-03-20 11:37:10 UTC (rev 31200)
+++ scummvm/trunk/engines/kyra/kyra_v2.cpp	2008-03-20 11:42:02 UTC (rev 31201)
@@ -1383,7 +1383,7 @@
 	int charLayer = _screen->getLayer(_mainCharacter.x1, _mainCharacter.y1);
 	if (_layerFlagTable[charLayer] != 0 && !queryGameFlag(0x163)) {
 		if (queryGameFlag(0x164)) {
-			//_screen->hideMouse();
+			_screen->hideMouse();
 			_timer->disable(5);
 			runTemporaryScript("_ZANBURN.EMC", 0, 1, 1, 0);
 			_deathHandler = 7;

Modified: scummvm/trunk/engines/kyra/timer_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/timer_v2.cpp	2008-03-20 11:37:10 UTC (rev 31200)
+++ scummvm/trunk/engines/kyra/timer_v2.cpp	2008-03-20 11:42:02 UTC (rev 31201)
@@ -84,7 +84,7 @@
 void KyraEngine_v2::timerBurnZanthia(int arg) {
 	debugC(9, kDebugLevelMain | kDebugLevelTimer, "KyraEngine_v2::timerBurnZanthia(%d)", arg);
 	_timer->disable(5);
-	//_screen->hideMouse();
+	_screen->hideMouse();
 	snd_playSoundEffect(0x2D);
 	runTemporaryScript("_ZANBURN.EMC", 0, 1, 1, 0);
 	_deathHandler = 7;


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