continue phasing out BASE_PATH and SLASH

This commit is contained in:
Glenn Maynard
2003-12-10 09:26:05 +00:00
parent d6af0593d3
commit 11870a6072
21 changed files with 91 additions and 93 deletions
+2 -2
View File
@@ -27,9 +27,9 @@
NoteSkinManager* NOTESKIN = NULL; // global object accessable from anywhere in the program
const CString NOTESKINS_DIR = BASE_PATH "NoteSkins" SLASH;
const CString NOTESKINS_DIR = "NoteSkins/";
const CString GAME_BASE_NOTESKIN_NAME = "default";
const CString GLOBAL_BASE_NOTESKIN_DIR = NOTESKINS_DIR + "common" SLASH "default" SLASH;
const CString GLOBAL_BASE_NOTESKIN_DIR = NOTESKINS_DIR + "common/default/";
NoteSkinManager::NoteSkinManager()
{