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

fuzzie at users.sourceforge.net fuzzie at users.sourceforge.net
Sun Dec 12 20:01:27 CET 2010


Revision: 54887
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54887&view=rev
Author:   fuzzie
Date:     2010-12-12 19:01:27 +0000 (Sun, 12 Dec 2010)

Log Message:
-----------
MOHAWK: Always run kLBEventMouseUpIn, for now

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

Modified: scummvm/trunk/engines/mohawk/livingbooks.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/livingbooks.cpp	2010-12-12 19:01:10 UTC (rev 54886)
+++ scummvm/trunk/engines/mohawk/livingbooks.cpp	2010-12-12 19:01:27 UTC (rev 54887)
@@ -1971,6 +1971,7 @@
 void LBItem::handleMouseUp(Common::Point pos) {
 	_vm->setFocus(NULL);
 	runScript(kLBEventMouseUp);
+	runScript(kLBEventMouseUpIn);
 }
 
 bool LBItem::togglePlaying(bool playing, bool restart) {


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