aboutsummaryrefslogtreecommitdiff
path: root/queen/display.h
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/display.h
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/display.h')
-rw-r--r--queen/display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/display.h b/queen/display.h
index 34faf886df..645176f64b 100644
--- a/queen/display.h
+++ b/queen/display.h
@@ -100,7 +100,7 @@ public:
void horizontalScroll(int16 scroll);
int16 horizontalScroll() const { return _horizontalScroll; }
- void fullscreen(bool fs) { debug(0, "Display::fullscreen(%d)", fs); _fullscreen = fs; }
+ void fullscreen(bool fs) { debug(6, "Display::fullscreen(%d)", fs); _fullscreen = fs; }
bool fullscreen() const { return _fullscreen; }
void handleTimer();