merge call of FileSystem.LoadFromManifest into modData ctor

This commit is contained in:
Bob
2010-08-21 17:28:51 +12:00
parent 38ffd30b28
commit bcc3cd32ae
3 changed files with 1 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ namespace OpenRA
{
Manifest = manifest;
ObjectCreator = new ObjectCreator( manifest );
FileSystem.LoadFromManifest( manifest );
}
}
}