diff options
Diffstat (limited to 'engines/sci/sfx/softseq')
-rw-r--r-- | engines/sci/sfx/softseq/adlib.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sci/sfx/softseq/adlib.cpp b/engines/sci/sfx/softseq/adlib.cpp index 1ecf22c925..e2af0a0767 100644 --- a/engines/sci/sfx/softseq/adlib.cpp +++ b/engines/sci/sfx/softseq/adlib.cpp @@ -238,9 +238,7 @@ void MidiDriver_Adlib::close() { _mixer->stopHandle(_mixerSoundHandle); delete _opl; - - if (_rhythmKeyMap) - delete[] _rhythmKeyMap; + delete[] _rhythmKeyMap; } void MidiDriver_Adlib::setVolume(byte volume) { |