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

fuzzie at users.sourceforge.net fuzzie at users.sourceforge.net
Mon Dec 6 14:50:12 CET 2010


Revision: 54798
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54798&view=rev
Author:   fuzzie
Date:     2010-12-06 13:50:11 +0000 (Mon, 06 Dec 2010)

Log Message:
-----------
MOHAWK: fix LBLiveTextItem::handleMouseDown

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

Modified: scummvm/trunk/engines/mohawk/livingbooks.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/livingbooks.cpp	2010-12-06 13:49:56 UTC (rev 54797)
+++ scummvm/trunk/engines/mohawk/livingbooks.cpp	2010-12-06 13:50:11 UTC (rev 54798)
@@ -2802,7 +2802,7 @@
 }
 
 void LBLiveTextItem::handleMouseDown(Common::Point pos) {
-	if (_neverEnabled || !_enabled || _globalEnabled || _currentPhrase != 0xFFFF)
+	if (_neverEnabled || !_enabled || !_globalEnabled || _currentPhrase != 0xFFFF)
 		return LBItem::handleMouseDown(pos);
 
 	pos.x -= _rect.left;


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