moved StartGameNotification into its own trait

This commit is contained in:
Matthias Mailänder
2014-04-20 15:25:43 +02:00
parent 595e56c08b
commit a8a3036bc4
7 changed files with 41 additions and 3 deletions

View File

@@ -262,9 +262,6 @@ namespace OpenRA
orderManager.LastTickTime = Environment.TickCount;
orderManager.StartGame();
worldRenderer.RefreshPalette();
if (!isShellmap)
Sound.PlayNotification(null, "Speech", "StartGame", null);
}
public static bool IsHost