Mount Logs to My Documents. The program directory may not be writable.

This commit is contained in:
Glenn Maynard
2006-03-28 06:06:48 +00:00
parent a5453d9652
commit 50bfbb722d
@@ -54,6 +54,7 @@ void ArchHooks::MountInitialFilesystems( const RString &sDirOfExecutable )
// Mount everything game-writable (not counting the editor) to the user's directory.
FILEMAN->Mount( "dir", sMyDocumentsDir + PRODUCT_ID + "/Cache", "/Cache" );
FILEMAN->Mount( "dir", sMyDocumentsDir + PRODUCT_ID + "/Logs", "/Logs" );
FILEMAN->Mount( "dir", sMyDocumentsDir + PRODUCT_ID + "/Save", "/Save" );
FILEMAN->Mount( "dir", sMyDocumentsDir + PRODUCT_ID + "/Screenshots", "/Screenshots" );
}