Use music phase instead of race phase
This commit is contained in:
parent
2c6883842e
commit
0c688c7df7
@ -1295,7 +1295,7 @@ void World::unpause()
|
|||||||
void World::escapePressed()
|
void World::escapePressed()
|
||||||
{
|
{
|
||||||
if (!(NetworkConfig::get()->isNetworking() &&
|
if (!(NetworkConfig::get()->isNetworking() &&
|
||||||
getPhase() < RACE_PHASE))
|
getPhase() < MUSIC_PHASE))
|
||||||
new RacePausedDialog(0.8f, 0.6f);
|
new RacePausedDialog(0.8f, 0.6f);
|
||||||
} // escapePressed
|
} // escapePressed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user