start phasing out BASE_PATH and SLASH

This commit is contained in:
Glenn Maynard
2003-12-10 09:02:55 +00:00
parent eb15c238fd
commit 658c72c6ad
6 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -672,8 +672,8 @@ static void RestoreAppPri()
}
#define GAMEPREFS_INI_PATH BASE_PATH "Data" SLASH "GamePrefs.ini"
#define STATIC_INI_PATH BASE_PATH "Data" SLASH "Static.ini"
#define GAMEPREFS_INI_PATH "Data/GamePrefs.ini"
#define STATIC_INI_PATH "Data/Static.ini"
void ChangeCurrentGame( Game g )
{
@@ -773,7 +773,7 @@ static void MountTreeOfZips( const CString &dir )
}
}
#define UNLOCKS_PATH BASE_PATH "Data" SLASH "Unlocks.dat"
#define UNLOCKS_PATH BASE_PATH "Data/Unlocks.dat"
#ifdef _XBOX
char *xboxargv[] = { "d:\\default.xbe" };