make calls to THEME->GetPathTo() more concise

This commit is contained in:
Chris Danford
2003-04-12 17:39:27 +00:00
parent 625b1beb04
commit 448bdc7b6e
96 changed files with 508 additions and 513 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ Judgment::Judgment()
BOO_COMMAND.Refresh();
MISS_COMMAND.Refresh();
m_sprJudgment.Load( THEME->GetPathTo("Graphics","Judgment 1x6") );
m_sprJudgment.Load( THEME->GetPathToG("Judgment 1x6") );
m_sprJudgment.StopAnimating();
Reset();
this->AddChild( &m_sprJudgment );