Fixed music stopping during apperance phase, closes #573
parent
28925106e4
commit
118ceaa099
|
@ -369,6 +369,7 @@ bool IsPhaseWithWorld(Phase phase)
|
||||||
|
|
||||||
bool IsMainMenuPhase(Phase phase)
|
bool IsMainMenuPhase(Phase phase)
|
||||||
{
|
{
|
||||||
|
if (phase == PHASE_APPERANCE) return true;
|
||||||
return !IsPhaseWithWorld(phase);
|
return !IsPhaseWithWorld(phase);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue