diff options
author | James Brown | 2002-12-16 06:38:29 +0000 |
---|---|---|
committer | James Brown | 2002-12-16 06:38:29 +0000 |
commit | 3a43db28e31a8420ee5a15cf7b7499575a517eef (patch) | |
tree | a8ea003d9ac2c9b0f7477a1106dac00b93668eb4 | |
parent | e9898096653965b5cee0d73b4c802f19b07ab57a (diff) | |
download | scummvm-rg350-3a43db28e31a8420ee5a15cf7b7499575a517eef.tar.gz scummvm-rg350-3a43db28e31a8420ee5a15cf7b7499575a517eef.tar.bz2 scummvm-rg350-3a43db28e31a8420ee5a15cf7b7499575a517eef.zip |
Oops. Fix compile.
svn-id: r5991
-rw-r--r-- | scumm/debugger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/debugger.h b/scumm/debugger.h index 7029b441e5..afae964c11 100644 --- a/scumm/debugger.h +++ b/scumm/debugger.h @@ -20,7 +20,7 @@ #ifndef DEBUG_H #define DEBUG_H - +#define USE_CONSOLE class Scumm; typedef bool (ScummDebugger::*DebugProc)(); |