1
0
forked from 0ad/0ad

Keep mounting the cache directory in tests. Fixes oversight in 493990f472.

This was SVN commit r18623.
This commit is contained in:
leper 2016-08-22 01:00:23 +00:00
parent e4c527d5c5
commit 014a6d621b

View File

@ -37,6 +37,8 @@ public:
g_VFS = CreateVfs(20 * MiB);
g_VFS->Mount(L"", DataDir()/"mods"/"mod", VFS_MOUNT_MUST_EXIST);
g_VFS->Mount(L"", DataDir()/"mods"/"public", VFS_MOUNT_MUST_EXIST, 1); // ignore directory-not-found errors
g_VFS->Mount(L"cache/", DataDir() / "cache");
CXeromyces::Startup();
// Need some stuff for terrain movement costs: