force portable mode for now. let's see how bad this breaks things.

This commit is contained in:
Jonathan Payne
2012-02-23 16:26:54 -08:00
parent 03a5a741e8
commit 4d4856495a
5 changed files with 5 additions and 5 deletions
+3 -1
View File
@@ -945,10 +945,12 @@ 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();
// Force Portable mode right now.
/*
bool bPortable = DoesFileExist("Portable.ini");
if( !bPortable )
FILEMAN->MountUserFilesystems();
*/
// Set this up next. Do this early, since it's needed for RageException::Throw.
LOG = new RageLog;