diff options
Diffstat (limited to 'engines/mads/game.cpp')
-rw-r--r-- | engines/mads/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/game.cpp b/engines/mads/game.cpp index 3f6c8e09d5..34b229f157 100644 --- a/engines/mads/game.cpp +++ b/engines/mads/game.cpp @@ -161,6 +161,7 @@ void Game::gameLoop() { setSectionHandler(); _sectionHandler->preLoadSection(); initSection(_sectionNumber); + _vm->_sound->init(_sectionNumber); _sectionHandler->postLoadSection(); _scene._spriteSlots.reset(); |