Fixed EndRound music looping forever. Closes #334
This commit is contained in:
@@ -335,6 +335,7 @@ namespace Barotrauma
|
||||
}
|
||||
|
||||
SoundPlayer.OverrideMusicType = "none";
|
||||
SoundPlayer.OverrideMusicDuration = null;
|
||||
for (int i = 0; i < Sounds.SoundManager.DefaultSourceCount; i++)
|
||||
{
|
||||
Sounds.SoundManager.Pause(i);
|
||||
|
||||
Reference in New Issue
Block a user