Fixed variable access in the debugger

svn-id: r14523
This commit is contained in:
Max Horn 2004-08-08 22:44:15 +00:00
parent 312e4047dc
commit 809c3bd943
3 changed files with 18 additions and 10 deletions

View file

@ -47,6 +47,7 @@ protected:
typedef bool (T::*DebugProc)(int argc, const char **argv);
enum {
DVAR_BYTE,
DVAR_INT,
DVAR_BOOL,
DVAR_INTARRAY,