[Scummvm-cvs-logs] SF.net SVN: scummvm: [23156] scummvm/trunk/engines/scumm/actor.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Jun 17 08:27:48 CEST 2006


Revision: 23156
Author:   kirben
Date:     2006-06-16 23:27:44 -0700 (Fri, 16 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23156&view=rev

Log Message:
-----------
Fix the buttons of paintings and safe in Nogroom of spyfox

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/actor.cpp
Modified: scummvm/trunk/engines/scumm/actor.cpp
===================================================================
--- scummvm/trunk/engines/scumm/actor.cpp	2006-06-17 06:27:33 UTC (rev 23155)
+++ scummvm/trunk/engines/scumm/actor.cpp	2006-06-17 06:27:44 UTC (rev 23156)
@@ -1534,6 +1534,8 @@
 				_vm->ensureResourceLoaded(rtCostume, _costume);
 			}
 			startAnimActor(_initFrame);
+			if (_vm->_game.heversion >= 60)
+				_needRedraw = true;
 		}
 	} else {
 		if (_visible) {


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