Remove unused "Manifest" argument from World constructor

This commit is contained in:
Pavlos Touboulidis
2014-05-11 03:26:04 +03:00
parent b560268495
commit 6f3d9e9c97
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ namespace OpenRA
}
}
internal World(Manifest manifest, Map map, OrderManager orderManager, bool isShellmap)
internal World(Map map, OrderManager orderManager, bool isShellmap)
{
IsShellmap = isShellmap;
this.orderManager = orderManager;