aboutsummaryrefslogtreecommitdiff
path: root/sword1/mouse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/mouse.cpp')
-rw-r--r--sword1/mouse.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sword1/mouse.cpp b/sword1/mouse.cpp
index 7add561ab7..2bdc969c2c 100644
--- a/sword1/mouse.cpp
+++ b/sword1/mouse.cpp
@@ -45,6 +45,7 @@ void Mouse::initialize(void) {
Logic::_scriptVars[MOUSE_STATUS] = 0; // mouse off and unlocked
_getOff = 0;
_inTopMenu = false;
+ _lastState = 0;
_mouseOverride = false;
_currentPtrId = _currentLuggageId = 0;