From de1b17fb99a8351244721f6c595a2ed539f6afc2 Mon Sep 17 00:00:00 2001 From: Sylvain Dupont Date: Sat, 16 Oct 2010 15:55:11 +0000 Subject: TOON: Fix inventory autoclose when the click is too long svn-id: r53542 --- engines/toon/toon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/toon') 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; -- cgit v1.2.3