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
+1 -1
View File
@@ -18,7 +18,7 @@
#include <math.h>
#include "arch/arch.h"
#define AI_PATH BASE_PATH "Data" SLASH "AI.ini"
#define AI_PATH "Data/AI.ini"
struct TapScoreDistribution
{