[Scummvm-cvs-logs] SF.net SVN: scummvm:[55191] scummvm/trunk/engines/mohawk/livingbooks.cpp

fuzzie at users.sourceforge.net fuzzie at users.sourceforge.net
Sun Jan 9 19:26:52 CET 2011


Revision: 55191
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55191&view=rev
Author:   fuzzie
Date:     2011-01-09 18:26:51 +0000 (Sun, 09 Jan 2011)

Log Message:
-----------
MOHAWK: Always restart anims on kLBOpTogglePlay.

This may not be the right place for this, but for now it fixes several bugs
where animations didn't play after they'd already been played once.

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/livingbooks.cpp

Modified: scummvm/trunk/engines/mohawk/livingbooks.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/livingbooks.cpp	2011-01-09 18:18:16 UTC (rev 55190)
+++ scummvm/trunk/engines/mohawk/livingbooks.cpp	2011-01-09 18:26:51 UTC (rev 55191)
@@ -2293,7 +2293,7 @@
 			break;
 
 		case kLBOpTogglePlay:
-			target->togglePlaying(false);
+			target->togglePlaying(false, true);
 			break;
 
 		case kLBOpSetNotVisible:


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