aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.h
diff options
context:
space:
mode:
authorMax Horn2003-05-13 23:56:30 +0000
committerMax Horn2003-05-13 23:56:30 +0000
commitf618744799ee9147019b349d7a51a3c21f2aa066 (patch)
treeadd5892467a9e5102e2e2abc4592bd1ddea4c953 /scumm/debugger.h
parent08f7ec192ea6694e2fc0ab0efb6bec5ef5a4b5d2 (diff)
downloadscummvm-rg350-f618744799ee9147019b349d7a51a3c21f2aa066.tar.gz
scummvm-rg350-f618744799ee9147019b349d7a51a3c21f2aa066.tar.bz2
scummvm-rg350-f618744799ee9147019b349d7a51a3c21f2aa066.zip
make it possible to use stdio for the debugger, instead of the console dialog (useful because the console is very narrow, which is annoying when using e.g. the 'box' command
svn-id: r7490
Diffstat (limited to 'scumm/debugger.h')
-rw-r--r--scumm/debugger.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/debugger.h b/scumm/debugger.h
index 07a4ec63ec..8aa0eefda3 100644
--- a/scumm/debugger.h
+++ b/scumm/debugger.h
@@ -21,7 +21,8 @@
#ifndef DEBUG_H
#define DEBUG_H
-#define USE_CONSOLE
+// Choose between text console or ScummConsole
+#define USE_CONSOLE 1
class Scumm;
class ScummDebugger;