Skip to content

Commit

Permalink
XEEN: Stop playing music when exiting from game to main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Apr 1, 2018
1 parent 68365f3 commit 32dceae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/xeen/xeen.cpp
Expand Up @@ -202,6 +202,7 @@ void XeenEngine::playGame() {
SpriteResource::setClippedBottom(140);

play();
_sound->stopAllAudio();
}

void XeenEngine::play() {
Expand Down

0 comments on commit 32dceae

Please sign in to comment.