From 9db234c181ddacbc9a8868210b8c9682b18d551f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 10 Aug 2004 20:56:16 +0000 Subject: [PATCH] cleanup --- 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 aaf01fc9a5..8c314a289b 100644 --- a/stepmania/src/RageFileManager.cpp +++ b/stepmania/src/RageFileManager.cpp @@ -139,8 +139,8 @@ RageFileManager::RageFileManager( CString argv0 ) void RageFileManager::MountInitialFilesystems() { /* Add file search paths, higher priority first. */ -#if defined(_XBOX) - RageFileManager::Mount( "dir", "D:\\", "" ); //Forced - must be absolute, and SYS_BASE_PATH was not detected +#if defined(XBOX) + RageFileManager::Mount( "dir", "D:\\", "" ); #elif defined(LINUX) /* Absolute paths. This is rarely used, eg. by Alsa9Buf::GetSoundCardDebugInfo(). * All paths that start with a slash (eg. "/proc") should use this, so put it