aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorJonathan Gray2003-04-20 14:28:25 +0000
committerJonathan Gray2003-04-20 14:28:25 +0000
commit90dd401eab37150f6097c1620257d60cd5f1375c (patch)
treeff5612afb6763464653cfb4f2b588a687e66632e /scumm/scumm.h
parent303a48dbbc42b8fce19d5310b87ce1edad03ecd8 (diff)
downloadscummvm-rg350-90dd401eab37150f6097c1620257d60cd5f1375c.tar.gz
scummvm-rg350-90dd401eab37150f6097c1620257d60cd5f1375c.tar.bz2
scummvm-rg350-90dd401eab37150f6097c1620257d60cd5f1375c.zip
work around strange problem that breaks fbpack when _showStack is a bool...
svn-id: r7027
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index e1e20f885b..d49d36ca20 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -420,7 +420,8 @@ protected:
int16 _virtual_mouse_x, _virtual_mouse_y;
int _bootParam;
- bool _dumpScripts, _hexdumpScripts, _showStack;
+ bool _dumpScripts, _hexdumpScripts;
+ int _showStack;
uint16 _debugMode, _soundCardType;
/* Not sure where this stuff goes */