diff --git a/stepmania/src/arch/arch.h b/stepmania/src/arch/arch.h index 73ee8ae318..4997954624 100644 --- a/stepmania/src/arch/arch.h +++ b/stepmania/src/arch/arch.h @@ -49,11 +49,11 @@ LightsDriver *MakeLightsDriver(CString driver); /* Hack for Xbox: All paths must be absolute. */ #if defined(_XBOX) - #define BASE_PATH "D:\\" + #define SYS_BASE_PATH "D:\\" #else - #define BASE_PATH "" + #define SYS_BASE_PATH "" #endif - +#define BASE_PATH "" /* XXX remove */ #endif