aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorJonathan Gray2003-04-20 08:04:27 +0000
committerJonathan Gray2003-04-20 08:04:27 +0000
commitf1353701f80095ecb1e0a1c3efa0de031045c571 (patch)
tree44ba0a3bf0603274a819fd2e393565b9a7e2d925 /scumm/scumm.h
parentc597d0d4d6c989dea6631365466c2b32d394bb6e (diff)
downloadscummvm-rg350-f1353701f80095ecb1e0a1c3efa0de031045c571.tar.gz
scummvm-rg350-f1353701f80095ecb1e0a1c3efa0de031045c571.tar.bz2
scummvm-rg350-f1353701f80095ecb1e0a1c3efa0de031045c571.zip
add stack tracing option to debugger
svn-id: r7025
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 4148d61ad0..e1e20f885b 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -420,7 +420,7 @@ protected:
int16 _virtual_mouse_x, _virtual_mouse_y;
int _bootParam;
- bool _dumpScripts, _hexdumpScripts;
+ bool _dumpScripts, _hexdumpScripts, _showStack;
uint16 _debugMode, _soundCardType;
/* Not sure where this stuff goes */