Fixed playing of select sound when starting a game.

This commit is contained in:
Pieter Hulshoff 2016-07-24 09:18:31 +02:00
parent 6dd0654bad
commit 7472891663

View File

@ -769,6 +769,11 @@ void Page::launchEnter()
{
(*it)->launchEnter();
}
if(selectSoundChunk_)
{
selectSoundChunk_->play();
}
}
void Page::launchExit()