aboutsummaryrefslogtreecommitdiff
path: root/common/debugger.h
diff options
context:
space:
mode:
authorMax Horn2004-08-08 22:44:15 +0000
committerMax Horn2004-08-08 22:44:15 +0000
commit809c3bd943df6a180ba40e015e01394a51a3da86 (patch)
tree4c6e9881b343027bc60aa12b4f08161dad64d423 /common/debugger.h
parent312e4047dcea65e202fdb24f86cb4a1eb5ba08b1 (diff)
downloadscummvm-rg350-809c3bd943df6a180ba40e015e01394a51a3da86.tar.gz
scummvm-rg350-809c3bd943df6a180ba40e015e01394a51a3da86.tar.bz2
scummvm-rg350-809c3bd943df6a180ba40e015e01394a51a3da86.zip
Fixed variable access in the debugger
svn-id: r14523
Diffstat (limited to 'common/debugger.h')
-rw-r--r--common/debugger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/debugger.h b/common/debugger.h
index 1f430668b7..2dab99c088 100644
--- a/common/debugger.h
+++ b/common/debugger.h
@@ -47,6 +47,7 @@ protected:
typedef bool (T::*DebugProc)(int argc, const char **argv);
enum {
+ DVAR_BYTE,
DVAR_INT,
DVAR_BOOL,
DVAR_INTARRAY,