[Scummvm-cvs-logs] SF.net SVN: scummvm:[54824] scummvm/trunk/engines/mohawk/livingbooks.cpp
fuzzie at users.sourceforge.net
fuzzie at users.sourceforge.net
Tue Dec 7 23:59:01 CET 2010
Revision: 54824
http://scummvm.svn.sourceforge.net/scummvm/?rev=54824&view=rev
Author: fuzzie
Date: 2010-12-07 22:59:01 +0000 (Tue, 07 Dec 2010)
Log Message:
-----------
MOHAWK: Run kLBEventMouseTrackIn in handleMouseDown
Modified Paths:
--------------
scummvm/trunk/engines/mohawk/livingbooks.cpp
Modified: scummvm/trunk/engines/mohawk/livingbooks.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/livingbooks.cpp 2010-12-07 22:58:45 UTC (rev 54823)
+++ scummvm/trunk/engines/mohawk/livingbooks.cpp 2010-12-07 22:59:01 UTC (rev 54824)
@@ -1874,6 +1874,7 @@
_vm->setFocus(this);
runScript(kLBEventMouseDown);
+ runScript(kLBEventMouseTrackIn);
}
void LBItem::handleMouseMove(Common::Point pos) {
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