diff options
Diffstat (limited to 'scumm.h')
-rw-r--r-- | scumm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1003,6 +1003,7 @@ struct Scumm { byte *_bitVars; const OpcodeProc *_opcodes; + const char* *_opcodes_lookup; int _xPos, _yPos; int _dir; |