MOHAWK: Properly initialize Myst's background SndHandle

svn-id: r55331
This commit is contained in:
Matthew Hoops 2011-01-19 16:55:47 +00:00
parent 918a21cd7b
commit 16ba5717f4

View file

@ -39,6 +39,7 @@ Sound::Sound(MohawkEngine* vm) : _vm(vm) {
_midiDriver = NULL;
_midiParser = NULL;
_midiData = NULL;
_mystBackgroundSound.type = kFreeHandle;
initMidi();
}