Skip to content

Commit

Permalink
SHERLOCK: Initialize _midiParser. Fixes crash on exit in 3DO version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjörn Andersson committed Jun 7, 2015
1 parent f2a2501 commit 47d9054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/sherlock/music.cpp
Expand Up @@ -197,6 +197,7 @@ Music::Music(SherlockEngine *vm, Audio::Mixer *mixer) : _vm(vm), _mixer(mixer) {
// 3DO - disable music
// TODO: Implement music support
_driver = NULL;
_midiParser = NULL;
_musicType = MT_NULL;
_musicOn = false;
return;
Expand Down

0 comments on commit 47d9054

Please sign in to comment.