Style & nit fixes

This commit is contained in:
Pavlos Touboulidis
2014-04-28 21:49:41 +03:00
parent a80c4f086a
commit ce8c42b552
3 changed files with 27 additions and 26 deletions

View File

@@ -36,9 +36,7 @@ namespace OpenRA.Network
public ReplayConnection(string replayFilename)
{
using (var rs = File.OpenRead(replayFilename))
{
Read(rs, ref TickCount, ref IsValid, ref LobbyInfo);
}
ordersFrame = LobbyInfo.GlobalSettings.OrderLatency;
}