Implements victory and defeat music.
This commit is contained in:
@@ -58,6 +58,10 @@ namespace OpenRA
|
||||
if (!gameOver)
|
||||
{
|
||||
gameOver = true;
|
||||
|
||||
foreach (var t in WorldActor.TraitsImplementing<IGameOver>())
|
||||
t.GameOver(this);
|
||||
|
||||
GameOver();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user