LAB: Review Music declaration, some refactoring and renaming

This commit is contained in:
Strangerke 2015-12-13 13:22:54 +01:00 committed by Willem Jan Palenstijn
parent 6668b76edc
commit 47368c157e
5 changed files with 72 additions and 69 deletions

View file

@ -87,7 +87,7 @@ void LabEngine::loadMapData() {
Common::File *mapFile = _resource->openDataFile("Lab:Maps", MKTAG('M', 'A', 'P', '0'));
_music->updateMusic();
if (!_music->_doNotFilestopSoundEffect)
if (!_music->_unstoppableSoundEffect)
_music->stopSoundEffect();
_maxRooms = mapFile->readUint16LE();