diff options
Diffstat (limited to 'engines/hdb/input.cpp')
-rw-r--r-- | engines/hdb/input.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/hdb/input.cpp b/engines/hdb/input.cpp index 333c227d64..3078d69291 100644 --- a/engines/hdb/input.cpp +++ b/engines/hdb/input.cpp @@ -31,7 +31,7 @@ namespace HDB { -bool Input::init() { +void Input::init() { _stylusDown = false; _buttons = 0; @@ -49,8 +49,6 @@ bool Input::init() { _mouseY = g_hdb->_screenHeight / 2; _mouseLButton = _mouseMButton = _mouseRButton = 0; - - return true; } void Input::setButtons(uint16 b) { |