aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
Diffstat (limited to 'sword2')
-rw-r--r--sword2/mouse.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sword2/mouse.cpp b/sword2/mouse.cpp
index 578f890a5d..98d09635cb 100644
--- a/sword2/mouse.cpp
+++ b/sword2/mouse.cpp
@@ -57,6 +57,7 @@ Mouse::Mouse(Sword2Engine *vm) {
_vm = vm;
setPos(0, 0);
+ resetMouseList();
_mouseTouching = 0;
_oldMouseTouching = 0;