Fixed music stopping during apperance phase, closes #573

master
krzys-h 2015-08-18 19:33:01 +02:00
parent 28925106e4
commit 118ceaa099
1 changed files with 1 additions and 0 deletions

View File

@ -369,6 +369,7 @@ bool IsPhaseWithWorld(Phase phase)
bool IsMainMenuPhase(Phase phase)
{
if (phase == PHASE_APPERANCE) return true;
return !IsPhaseWithWorld(phase);
}