Remove old PlaySound logics

This commit is contained in:
Beu 2023-07-13 10:08:02 +02:00
parent 8ab7886e6b
commit ee5d4c12a9
1 changed files with 1 additions and 4 deletions

View File

@ -467,7 +467,6 @@ if (Players.count > 0 && S_MalusDuration > 0 && MalusTime != -1 && Now > MalusTi
ActiveMalus = True;
NextStepMalusTime = Now + (S_MalusDuration*1000);
UIManager.UIAll.BigMessageSound = CUIConfig::EUISound::Silence;
UIModules_BigMessage::SetMessage("Current Effect: "^C_Malus_Name[MalusIndex]);
// Players UI update
@ -488,7 +487,6 @@ if (Players.count > 0 && S_MalusDuration > 0 && MalusTime != -1 && Now > MalusTi
NextStepMalusTime = Now + (S_MalusEveryNSecs*1000);
UIManager.UIAll.BigMessageSound = CUIConfig::EUISound::Silence;
UIModules_BigMessage::SetMessage("");
// Players UI update
@ -549,8 +547,7 @@ if (Round_ForceEndRound || Round_SkipPauseRound) {
}
Scores::SetPlayerWinner(WinnerScore);
UIManager.UIAll.BigMessageSound = CUIConfig::EUISound::EndRound;
UIManager.UIAll.BigMessageSoundVariant = 0;
ModeUtils::PlaySound(CUIConfig::EUISound::EndRound, 0);
if (WinnerScore == Null) {
UIModules_BigMessage::SetMessage(_("|Match|Draw"));