From da4367096e292589fc93c9f1296da260caa91532 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 26 Jul 2009 09:40:35 +0000 Subject: Bugfix for mouse button clicks getting counted multiple times svn-id: r42798 --- engines/cruise/cruise_main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/cruise/cruise_main.cpp') diff --git a/engines/cruise/cruise_main.cpp b/engines/cruise/cruise_main.cpp index 30038e94f0..e2d6b5a323 100644 --- a/engines/cruise/cruise_main.cpp +++ b/engines/cruise/cruise_main.cpp @@ -1538,20 +1538,17 @@ int CruiseEngine::processInput(void) { aniX = mouseX; aniY = mouseY; animationStart = true; - buttonDown = 0; } } else { aniX = mouseX; aniY = mouseY; animationStart = true; - buttonDown = 0; } } else { // No object found, we move the character to the cursor aniX = mouseX; aniY = mouseY; animationStart = true; - buttonDown = 0; } } else { // handle click in menu -- cgit v1.2.3