revert comments

This commit is contained in:
Jonathan Payne
2012-03-17 00:27:05 -07:00
parent 46b865d4ae
commit cd3fc694cc
2 changed files with 6 additions and 5 deletions
+2 -3
View File
@@ -945,12 +945,11 @@ 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;