diff --git a/stepmania/src/RageFileManager.cpp b/stepmania/src/RageFileManager.cpp index 9b3e0b52ef..2f3b85df39 100644 --- a/stepmania/src/RageFileManager.cpp +++ b/stepmania/src/RageFileManager.cpp @@ -29,12 +29,12 @@ RageFileManager::RageFileManager() RageFileManager::Mount( "dir", ".", "" ); /* XXX: drop BASE_PATH and do this instead */ // RageFileManager::Mount( "dir", "D:\\", "" ); -#elif defined(UNIX) +#elif defined(LINUX) /* We can almost do this, to have machine profiles be system-global to eg. share * scores. It would need to handle permissions properly. */ /* RageFileManager::Mount( "dir", "/var/lib/games/stepmania", "Data/Profiles" ); */ - CString Home = getenv( "HOME" ) + "/" + PRODUCT_NAME; + // CString Home = getenv( "HOME" ) + "/" + PRODUCT_NAME; /* * Next: path to write general mutable user data. If the above path fails (eg.