merge Game.Init into PreInit; fix exploit involving chrome.CheckDeadTab; fixed cancel behaviour wrt canceling an item not currently in the queue (because of orderlag, etc)

This commit is contained in:
Bob
2010-04-16 14:18:30 +12:00
parent db46502123
commit 55352d7df9
4 changed files with 28 additions and 37 deletions

View File

@@ -47,7 +47,7 @@ namespace OpenRA
static void Run( string[] args )
{
Game.PreInit( new Settings( args ) );
Game.Initialize( new Settings( args ) );
Game.Run();
}
}