diff options
-rw-r--r-- | engines/hdb/input.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hdb/input.cpp b/engines/hdb/input.cpp index 755ad5d14f..2dd8e2c33e 100644 --- a/engines/hdb/input.cpp +++ b/engines/hdb/input.cpp @@ -71,7 +71,7 @@ void Input::setButtons(uint16 b) { } // Debug Mode Cycling - warning("STUB: setButtons: Check and set Debug Mode"); + debug(9, "STUB: setButtons: Check and set Debug Mode"); if (g_hdb->getGameState() == GAME_PLAY) { // Is Player Dead? Click on TRY AGAIN @@ -283,8 +283,8 @@ void Input::updateMouseButtons(int l, int m, int r) { void Input::updateKeys(Common::Event event, bool keyDown) { - warning("STUB: updateKeys: Check for Quit key"); - warning("STUB: updateKeys: Check for Pause key"); + debug(9, "STUB: updateKeys: Check for Quit key"); + debug(9, "STUB: updateKeys: Check for Pause key"); uint16 buttons = getButtons(); |