Merge pull request #10535 from pchote/mix-type-autodetection

Auto-detect mix hash type.
This commit is contained in:
abcdefg30
2016-01-31 22:57:14 +01:00
7 changed files with 120 additions and 121 deletions

View File

@@ -176,7 +176,7 @@ namespace OpenRA
ModFiles.LoadFromManifest(Manifest);
// Mount map package so custom assets can be used. TODO: check priority.
ModFiles.Mount(ModFiles.OpenPackage(map.Path, null, int.MaxValue));
ModFiles.Mount(ModFiles.OpenPackage(map.Path, int.MaxValue));
using (new Support.PerfTimer("Map.PreloadRules"))
map.PreloadRules();