diff options
Diffstat (limited to 'engines/mads/sound.h')
-rw-r--r-- | engines/mads/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/sound.h b/engines/mads/sound.h index b2af7e2346..72bb21a812 100644 --- a/engines/mads/sound.h +++ b/engines/mads/sound.h @@ -44,7 +44,7 @@ private: bool _newSoundsPaused; Common::Queue<int> _queuedCommands; public: - SoundManager(MADSEngine *vm, Audio::Mixer *mixer, FM_OPL *opl); + SoundManager(MADSEngine *vm, Audio::Mixer *mixer); ~SoundManager(); /** |