LAB: Review Music declaration, some refactoring and renaming
This commit is contained in:
parent
6668b76edc
commit
47368c157e
5 changed files with 72 additions and 69 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue