From 7a9f91810ddc8c3c6e62e6e355c2efdd9789f5e5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 6 Dec 2003 05:45:36 +0000 Subject: [PATCH] fix ALSA version detection --- stepmania/src/RageFileManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.