rename new GetPathTo -> GetPath to avoid overload problems

This commit is contained in:
Glenn Maynard
2004-02-14 01:16:04 +00:00
parent ffb841ba38
commit ebd948988d
5 changed files with 23 additions and 19 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ ScreenSelect::ScreenSelect( CString sClassName ) : Screen(sClassName)
mc.Load( c, sChoice );
m_aModeChoices.push_back( mc );
CString sBGAnimationDir = THEME->GetPathTo(BGAnimations, m_sName, mc.m_sName, true); // true="optional"
CString sBGAnimationDir = THEME->GetPath(BGAnimations, m_sName, mc.m_sName, true); // true="optional"
if( sBGAnimationDir == "" )
sBGAnimationDir = THEME->GetPathToB(m_sName+" background");
BGAnimation *pBGA = new BGAnimation;