fix RefreshNoteSkinData looking in the wrong place

This commit is contained in:
Glenn Maynard
2004-09-06 02:52:10 +00:00
parent 3e1bc2ef26
commit e717cc88f0
+1 -1
View File
@@ -153,7 +153,7 @@ bool NoteSkinManager::DoesNoteSkinExist( CString sSkinName )
CString NoteSkinManager::GetNoteSkinDir( const CString &sSkinName )
{
CString sGame = GAMESTATE->GetCurrentGame()->m_szName;
CString sGame = m_pCurGame->m_szName;
return NOTESKINS_DIR + sGame + "/" + sSkinName + "/";
}