change elements to have format "<name> <piece>"

This commit is contained in:
Chris Danford
2005-02-06 03:28:22 +00:00
parent 544dd78497
commit 7e68ac03b4
12 changed files with 24 additions and 21 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ Judgment::Judgment()
{
m_iCount = 0;
m_sprJudgment.Load( THEME->GetPathToG("Judgment 1x6") );
m_sprJudgment.Load( THEME->GetPathG("Judgment","label 1x6") );
m_sprJudgment.StopAnimating();
Reset();
this->AddChild( &m_sprJudgment );