diff options
Diffstat (limited to 'engines/toon')
-rw-r--r-- | engines/toon/toon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/toon.cpp b/engines/toon/toon.cpp index 401b447dae..993bae9c05 100644 --- a/engines/toon/toon.cpp +++ b/engines/toon/toon.cpp @@ -2394,7 +2394,7 @@ int32 ToonEngine::showInventory() { _gameState->_inInventory = true; _gameState->_currentScrollValue = 0; - int32 oldMouseButton = 0; + int32 oldMouseButton = 0x3; int32 justPressedButton = 0; _firstFrame = true; |