[Scummvm-cvs-logs] SF.net SVN: scummvm: [23155] scummvm/branches/branch-0-9-0/engines/scumm/actor.cpp

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


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

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

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/engines/scumm/actor.cpp
Modified: scummvm/branches/branch-0-9-0/engines/scumm/actor.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/engines/scumm/actor.cpp	2006-06-17 05:51:54 UTC (rev 23154)
+++ scummvm/branches/branch-0-9-0/engines/scumm/actor.cpp	2006-06-17 06:27:33 UTC (rev 23155)
@@ -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