aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-02-15 06:42:41 +0000
committerJames Brown2002-02-15 06:42:41 +0000
commit771b8e6089c7a691daed3d619df02b1729bd2c14 (patch)
treeb252d5e8a14ca6698bae2e1b9b961116f4c28767 /scumm.h
parent3eb368b761aa0c521350d2642230308a5ec099e0 (diff)
downloadscummvm-rg350-771b8e6089c7a691daed3d619df02b1729bd2c14.tar.gz
scummvm-rg350-771b8e6089c7a691daed3d619df02b1729bd2c14.tar.bz2
scummvm-rg350-771b8e6089c7a691daed3d619df02b1729bd2c14.zip
Just some debugging stuff I find handy.
svn-id: r3589
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm.h b/scumm.h
index 6d934b9fce..5c0995815e 100644
--- a/scumm.h
+++ b/scumm.h
@@ -1003,6 +1003,7 @@ struct Scumm {
byte *_bitVars;
const OpcodeProc *_opcodes;
+ const char* *_opcodes_lookup;
int _xPos, _yPos;
int _dir;