aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/event.cpp
diff options
context:
space:
mode:
authorTravis Howell2007-06-05 11:38:26 +0000
committerTravis Howell2007-06-05 11:38:26 +0000
commit56cde56d4b138bd840a6031e8dd8bd647b1296d8 (patch)
tree1865922397a6e9d7d80dc680243d033609c820e1 /engines/agos/event.cpp
parent3547c13e49f14e07a054f77f4cc6f92daa71dd87 (diff)
downloadscummvm-rg350-56cde56d4b138bd840a6031e8dd8bd647b1296d8.tar.gz
scummvm-rg350-56cde56d4b138bd840a6031e8dd8bd647b1296d8.tar.bz2
scummvm-rg350-56cde56d4b138bd840a6031e8dd8bd647b1296d8.zip
Fix input issues in earlier games, and split handleMouseMoved() due to difference in earlier games.
svn-id: r27103
Diffstat (limited to 'engines/agos/event.cpp')
-rw-r--r--engines/agos/event.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/agos/event.cpp b/engines/agos/event.cpp
index 8570859bb8..5c16679dc6 100644
--- a/engines/agos/event.cpp
+++ b/engines/agos/event.cpp
@@ -510,6 +510,7 @@ void AGOSEngine::delay(uint amount) {
_leftButton = 0;
_leftButtonCount = 0;
+ _leftClick = true;
break;
case Common::EVENT_RBUTTONDOWN:
if (getGameType() == GType_FF)