more chrome

This commit is contained in:
Chris Forbes
2009-11-16 19:12:58 +13:00
parent 3b48b90841
commit 95e26c7147
3 changed files with 28 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ namespace OpenRa.Game
sounds = new Cache<string, ISoundSource>(LoadSound);
orderManager = (Replay == "")
? new OrderManager(new OrderSource[] { new LocalOrderSource(), new NetworkOrderSource( new TcpClient( "127.0.0.1", 1234 ) ) }, "replay.rep")
? new OrderManager(new OrderSource[] { new LocalOrderSource(), new NetworkOrderSource( new TcpClient( "127.0.0.1", 1235 ) ) }, "replay.rep")
: new OrderManager(new OrderSource[] { new ReplayOrderSource( Replay ) });
PlaySound("intro.aud", false);