BASE_PATH is going away
This commit is contained in:
@@ -49,11 +49,11 @@ LightsDriver *MakeLightsDriver(CString driver);
|
|||||||
|
|
||||||
/* Hack for Xbox: All paths must be absolute. */
|
/* Hack for Xbox: All paths must be absolute. */
|
||||||
#if defined(_XBOX)
|
#if defined(_XBOX)
|
||||||
#define BASE_PATH "D:\\"
|
#define SYS_BASE_PATH "D:\\"
|
||||||
#else
|
#else
|
||||||
#define BASE_PATH ""
|
#define SYS_BASE_PATH ""
|
||||||
#endif
|
#endif
|
||||||
|
#define BASE_PATH "" /* XXX remove */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user