[Scummvm-cvs-logs] scummvm master -> bed2eb20cdcfccc3bf1e9b24f7466b678332d601

fuzzie fuzzie at fuzzie.org
Mon Jul 9 09:15:25 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
bed2eb20cd MOHAWK: Restart anims when LiveText plays them.


Commit: bed2eb20cdcfccc3bf1e9b24f7466b678332d601
    https://github.com/scummvm/scummvm/commit/bed2eb20cdcfccc3bf1e9b24f7466b678332d601
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2012-07-09T00:11:31-07:00

Commit Message:
MOHAWK: Restart anims when LiveText plays them.

Changed paths:
    engines/mohawk/livingbooks.cpp



diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp
index 7f7df66..a0671d1 100644
--- a/engines/mohawk/livingbooks.cpp
+++ b/engines/mohawk/livingbooks.cpp
@@ -3464,7 +3464,7 @@ void LBLiveTextItem::update() {
 			// TODO: check this in RE
 			LBItem *item = _vm->getItemById(_words[_currentWord].itemId);
 			if (item)
-				item->togglePlaying(false);
+				item->togglePlaying(false, true);
 
 			_currentWord = 0xFFFF;
 		}






More information about the Scummvm-git-logs mailing list