diff options
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index 8635913dd5..87521ef4fa 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -446,7 +446,10 @@ protected: uint16 _mouseButStat; byte _leftBtnPressed, _rightBtnPressed; - int _bootParam; // The bootparam, to be passed to the script 1, the bootscript + /** The bootparam, to be passed to the script 1, the bootscript. */ + int _bootParam; + + byte _version; // Various options useful for debugging bool _dumpScripts; |