Fixed EndRound music looping forever. Closes #334
This commit is contained in:
@@ -39,6 +39,7 @@ namespace Barotrauma
|
||||
if (!singleplayer)
|
||||
{
|
||||
SoundPlayer.OverrideMusicType = gameOver ? "crewdead" : "endround";
|
||||
SoundPlayer.OverrideMusicDuration = 18.0f;
|
||||
}
|
||||
|
||||
string summaryText = TextManager.Get(gameOver ? "RoundSummaryGameOver" :
|
||||
|
||||
Reference in New Issue
Block a user