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
@@ -9,7 +9,7 @@
#include "song.h"
#include "arch/arch.h"
#define CACHE_DIR BASE_PATH "Cache" SLASH
#define CACHE_DIR "Cache/"
SongCacheIndex *SONGINDEX;