fixes #2190 added announcer voice upon game start
Thanks to @Nyerguds for mixing this together for the RA mod!
This commit is contained in:
@@ -220,6 +220,9 @@ namespace OpenRA
|
||||
orderManager.LastTickTime = Environment.TickCount;
|
||||
orderManager.StartGame();
|
||||
worldRenderer.RefreshPalette();
|
||||
|
||||
if (!isShellmap)
|
||||
Sound.PlayNotification(null, "Speech", "StartGame", orderManager.world.LocalPlayer.Country.Race);
|
||||
}
|
||||
|
||||
public static bool IsHost
|
||||
|
||||
Reference in New Issue
Block a user