call FILEMAN->MountInitialFilesystems explicitly

This commit is contained in:
Glenn Maynard
2004-03-04 01:16:52 +00:00
parent cfead1c79e
commit bd01de6260
3 changed files with 2 additions and 3 deletions
+1
View File
@@ -839,6 +839,7 @@ int main(int argc, char* argv[])
/* Almost everything uses this to read and write files. Load this early. */
FILEMAN = new RageFileManager( argv[0] );
FILEMAN->MountInitialFilesystems();
/* Set this up next. Do this early, since it's needed for RageException::Throw. */
LOG = new RageLog();