[Scummvm-cvs-logs] SF.net SVN: scummvm:[48615] scummvm/trunk/engines/draci/game.cpp

spalek at users.sourceforge.net spalek at users.sourceforge.net
Sun Apr 11 08:02:42 CEST 2010


Revision: 48615
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48615&view=rev
Author:   spalek
Date:     2010-04-11 06:02:41 +0000 (Sun, 11 Apr 2010)

Log Message:
-----------
Fix bug 2983187 on continuing palette change

Modified Paths:
--------------
    scummvm/trunk/engines/draci/game.cpp

Modified: scummvm/trunk/engines/draci/game.cpp
===================================================================
--- scummvm/trunk/engines/draci/game.cpp	2010-04-10 23:13:18 UTC (rev 48614)
+++ scummvm/trunk/engines/draci/game.cpp	2010-04-11 06:02:41 UTC (rev 48615)
@@ -1289,6 +1289,9 @@
 	// cleaned up.  Some rooms (e.g., the map) don't support walking.
 	_walkingState.stopWalking();
 
+	// Stop a possible palette fading.
+	_fadePhases = _fadePhase = 0;
+
 	_currentRoom.load(_newRoom, _vm->_roomsArchive);
 	loadWalkingMap(getMapID());
 	loadRoomObjects();


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