Use music phase instead of race phase

This commit is contained in:
Benau 2018-04-15 14:58:54 +08:00
parent 2c6883842e
commit 0c688c7df7

View File

@ -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