diff options
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index a8ee2cfebe..54c9dd1d82 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -1002,6 +1002,8 @@ protected: public: byte _proc_special_palette[256]; byte *_shadowPalette; + int _midiDriver; // Use the MD_ values from mididrv.h + protected: int _shadowPaletteSize; byte _currentPalette[3 * 256]; @@ -1011,7 +1013,6 @@ protected: byte _haveMsg; bool _useTalkAnims; uint16 _defaultTalkDelay; - int _midiDriver; // Use the MD_ values from mididrv.h int tempMusic; int _saveSound; public: |