diff options
Diffstat (limited to 'scumm/scumm.h')
| -rw-r--r-- | scumm/scumm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index 3b4d4b3330..c73dd16ae6 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -32,6 +32,8 @@ #include "scumm/gfx.h" #include "scumm/script.h" +#include "sound/mididrv.h" + namespace GUI { class Dialog; } @@ -1101,7 +1103,7 @@ protected: bool _native_mt32; bool _enable_gs; int _midi; - int _midiDriver; // Use the MD_ values from mididrv.h + MidiDriverFlags _musicType; bool _copyProtection; bool _demoMode; bool _confirmExit; |
