GetPathTo -> GetPath

This commit is contained in:
Chris Danford
2005-02-06 03:32:53 +00:00
parent 7e68ac03b4
commit 4223e09cc8
91 changed files with 422 additions and 447 deletions
+1 -2
View File
@@ -15,8 +15,7 @@ OptionsCursor::OptionsCursor()
void OptionsCursor::Load( PlayerNumber pn, bool bUnderline )
{
CString sFileName = bUnderline ? "OptionsCursor underline" : "OptionsCursor cursor";
CString sPath = THEME->GetPathToG(sFileName);
CString sPath = THEME->GetPathG("OptionsCursor",bUnderline?"underline":"cursor");
m_sprLeft.Load( sPath );
m_sprMiddle.Load( sPath );