mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Revert 4bb31f084e
4bb31f084e led to an issue in windows-specific code not detected by the
tests. I'll debug later.
This was SVN commit r25105.
This commit is contained in:
+1
-2
@@ -593,8 +593,7 @@ static void RunGameOrAtlas(int argc, const char* argv[])
|
||||
|
||||
Paths paths(args);
|
||||
g_VFS = CreateVfs();
|
||||
// Mount with highest priority, we don't want mods overwriting this.
|
||||
g_VFS->Mount(L"cache/", paths.Cache(), VFS_MOUNT_ARCHIVABLE, VFS_MAX_PRIORITY);
|
||||
g_VFS->Mount(L"cache/", paths.Cache(), VFS_MOUNT_ARCHIVABLE);
|
||||
MountMods(paths, GetMods(args, INIT_MODS));
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user