Change notice sound
This commit is contained in:
parent
3c78506045
commit
44c1bf18f5
@ -212,7 +212,7 @@ if (WaitingScreenDuration >= 0) {
|
||||
UIModules_BigMessage::SetMessage("""The map will start in few seconds""");
|
||||
while (MB_MapIsRunning() && S_RoundWaitingScreenDuration - WaitingScreenDuration > 0) {
|
||||
if (S_RoundWaitingScreenDuration - WaitingScreenDuration <= 3) {
|
||||
ModeUtils::PlaySound(CUIConfig::EUISound::StartRound, 0);
|
||||
ModeUtils::PlaySound(CUIConfig::EUISound::PhaseChange, 0);
|
||||
UIModules_BigMessage::SetMessage("""The map starts in {{{S_RoundWaitingScreenDuration - WaitingScreenDuration}}} seconds""");
|
||||
}
|
||||
WaitingScreenDuration = WaitingScreenDuration + 1;
|
||||
|
Loading…
Reference in New Issue
Block a user