1
0
forked from 0ad/0ad

Added mods/official VFS mount, for the Prometheus Directory Tree

This was SVN commit r205.
This commit is contained in:
Simon Brenner 2004-04-13 16:57:51 +00:00
parent aa2999a865
commit 28bd6e0510

View File

@ -271,6 +271,7 @@ glEnable (GL_DEPTH_TEST);
new CConfig;
vfs_set_root(argv[0], "data");
vfs_mount("mods/official");
#ifndef NO_GUI
// GUI uses VFS, so this must come after VFS init.