diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hdb/input.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/input.cpp b/engines/hdb/input.cpp index 0fb4e303bb..8de0cc1e4e 100644 --- a/engines/hdb/input.cpp +++ b/engines/hdb/input.cpp @@ -26,6 +26,7 @@ namespace HDB { bool Input::init() { _stylusDown = false; + _buttons = 0; _keyUp = Common::KEYCODE_UP; _keyDown = Common::KEYCODE_DOWN; |