diff options
Diffstat (limited to 'engines/cine/sound.cpp')
-rw-r--r-- | engines/cine/sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/sound.cpp b/engines/cine/sound.cpp index 8da6dba532..2ac0f91cac 100644 --- a/engines/cine/sound.cpp +++ b/engines/cine/sound.cpp @@ -285,7 +285,7 @@ AdLibSoundDriver::AdLibSoundDriver(Audio::Mixer *mixer) _sampleRate = _mixer->getOutputRate(); _opl = OPL::Config::create(); - if (!_opl || !_opl->init(_sampleRate)) + if (!_opl || !_opl->init()) error("Failed to create OPL"); memset(_channelsVolumeTable, 0, sizeof(_channelsVolumeTable)); |