smite some compiler warnings, hide those that are to stay.

Hide some makefile output too
This commit is contained in:
alzeih
2010-07-22 01:24:42 +12:00
parent 55fd5c3b9b
commit 3f9ffbac80
7 changed files with 7 additions and 8 deletions

View File

@@ -29,7 +29,6 @@ namespace OpenRA.Server
= new Dictionary<int, List<Connection>>();
static Session lobbyInfo;
static bool GameStarted = false;
static string[] initialMods;
static string Name;
static WebClient wc = new WebClient();
static int ExternalPort;
@@ -51,7 +50,6 @@ namespace OpenRA.Server
Server.masterServerUrl = masterServerUrl;
isInternetServer = internetServer;
listener = new TcpListener(IPAddress.Any, port);
initialMods = mods;
Name = name;
ExternalPort = extport;
randomSeed = (int)DateTime.Now.ToBinary();