[Scummvm-cvs-logs] SF.net SVN: scummvm: [28326] scummvm/trunk/engines/saga/interface.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Mon Jul 30 16:35:26 CEST 2007
Revision: 28326
http://scummvm.svn.sourceforge.net/scummvm/?rev=28326&view=rev
Author: thebluegr
Date: 2007-07-30 07:35:26 -0700 (Mon, 30 Jul 2007)
Log Message:
-----------
Process only mouse clicks in the psychic profile, not mouse movement
Modified Paths:
--------------
scummvm/trunk/engines/saga/interface.cpp
Modified: scummvm/trunk/engines/saga/interface.cpp
===================================================================
--- scummvm/trunk/engines/saga/interface.cpp 2007-07-30 14:22:53 UTC (rev 28325)
+++ scummvm/trunk/engines/saga/interface.cpp 2007-07-30 14:35:26 UTC (rev 28326)
@@ -1556,7 +1556,7 @@
if (_vm->_scene->isInIntro() || _fadeMode == kFadeOut || !_active) {
// When opening the psychic profile, the interface is locked (_active is false)
// Don't return if the psychic profile is up, so that mouse clicks can be processed
- if (!(_vm->getGameType() == GType_IHNM && _panelMode == kPanelPlacard))
+ if (!(_vm->getGameType() == GType_IHNM && _panelMode == kPanelPlacard && (updateFlag & UPDATE_MOUSECLICK)))
return;
}
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