no country specific game start announcer voice

it will crash for spectators who have none
no mod supports it at the moment anyway
This commit is contained in:
Matthias Mailänder
2013-03-27 08:11:12 +01:00
parent d153f3f74f
commit 5927bce7b5

View File

@@ -222,7 +222,7 @@ namespace OpenRA
worldRenderer.RefreshPalette(); worldRenderer.RefreshPalette();
if (!isShellmap) if (!isShellmap)
Sound.PlayNotification(null, "Speech", "StartGame", orderManager.world.LocalPlayer.Country.Race); Sound.PlayNotification(null, "Speech", "StartGame", null);
} }
public static bool IsHost public static bool IsHost