Fix silly naming conventions
This commit is contained in:
@@ -44,7 +44,7 @@ namespace OpenRA
|
||||
|
||||
static void Run( string[] args )
|
||||
{
|
||||
Game.Initialize( new Settings( args ) );
|
||||
Game.Initialize( new Arguments(args) );
|
||||
Game.Run();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user