From 5927bce7b5f4fc21b344a4e5cdfee9423e596720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Wed, 27 Mar 2013 08:11:12 +0100 Subject: [PATCH] no country specific game start announcer voice it will crash for spectators who have none no mod supports it at the moment anyway --- OpenRA.Game/Game.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Game/Game.cs b/OpenRA.Game/Game.cs index 0519fccb98..0a3c75273a 100755 --- a/OpenRA.Game/Game.cs +++ b/OpenRA.Game/Game.cs @@ -222,7 +222,7 @@ namespace OpenRA worldRenderer.RefreshPalette(); if (!isShellmap) - Sound.PlayNotification(null, "Speech", "StartGame", orderManager.world.LocalPlayer.Country.Race); + Sound.PlayNotification(null, "Speech", "StartGame", null); } public static bool IsHost