aboutsummaryrefslogtreecommitdiff
path: root/queen/input.cpp
diff options
context:
space:
mode:
authorJoost Peters2003-12-29 21:05:33 +0000
committerJoost Peters2003-12-29 21:05:33 +0000
commit5d9b72ad7d7ad596c912dd5ba7cf7bf33c2b0fb0 (patch)
tree06dfb121aebbaae24ebfca279f99b0efdad98321 /queen/input.cpp
parent84c18f4bf1d975cbf5e81707aaccd845bd32b29f (diff)
downloadscummvm-rg350-5d9b72ad7d7ad596c912dd5ba7cf7bf33c2b0fb0.tar.gz
scummvm-rg350-5d9b72ad7d7ad596c912dd5ba7cf7bf33c2b0fb0.tar.bz2
scummvm-rg350-5d9b72ad7d7ad596c912dd5ba7cf7bf33c2b0fb0.zip
mass debuglevel change for less verbosity (0 -> 6)
importance/relevance has to be decided on an individual basis, if needed, later on svn-id: r12021
Diffstat (limited to 'queen/input.cpp')
-rw-r--r--queen/input.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/queen/input.cpp b/queen/input.cpp
index a7bb6972f8..d1d2f88f49 100644
--- a/queen/input.cpp
+++ b/queen/input.cpp
@@ -143,7 +143,7 @@ void Input::delay(uint amount) {
int Input::checkKeys() {
if (_inKey)
- debug(0, "[Input::checkKeys] _inKey = %i", _inKey);
+ debug(6, "[Input::checkKeys] _inKey = %i", _inKey);
switch (_inKey) {
case KEY_SPACE:
@@ -177,7 +177,7 @@ int Input::checkKeys() {
case KEY_ESCAPE:
if (_canQuit) {
if (_cutawayRunning) {
- debug(0, "[Input::checkKeys] Setting _cutawayQuit to true!");
+ debug(6, "[Input::checkKeys] Setting _cutawayQuit to true!");
_cutawayQuit = true;
}