fix log message

This commit is contained in:
Chris Danford
2003-09-14 20:01:53 +00:00
parent 8d0746bce8
commit 34315c7349
+1 -1
View File
@@ -276,7 +276,7 @@ CString NoteSkinManager::GetPathTo( CString NoteSkin, CString sButtonName, CStri
sButtonName.c_str(), sFileName.c_str(),
GetNoteSkinDir(NoteSkin).c_str(),
GetNoteSkinDir(GAME_BASE_NOTESKIN_NAME).c_str(),
GAME_BASE_NOTESKIN_NAME.c_str() );
GLOBAL_BASE_NOTESKIN_DIR.c_str() );
}
CString NoteSkinManager::GetPathTo( CString sDir, CString sFileName )