diff options
Diffstat (limited to 'scumm.h')
-rw-r--r-- | scumm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -859,6 +859,7 @@ struct Scumm { ObjectData *_objs; uint16 *_newNames; int16 *_vars; + int16 _varwatch; byte *_bitVars; const OpcodeProc *_opcodes; |