DifficultyListRow -> DifficultyDisplayListRow to make inheritance clear

This commit is contained in:
Chris Danford
2008-03-24 04:37:49 +00:00
parent f6b692823d
commit 779b23e565
+1 -1
View File
@@ -68,7 +68,7 @@ void DifficultyList::LoadFromNode( const XNode* pNode )
for( unsigned m = 0; m < m_Lines.size(); ++m )
{
m_Lines[m].m_Meter.SetName( "Row" );
m_Lines[m].m_Meter.Load( "DifficultyListRow" );
m_Lines[m].m_Meter.Load( "DifficultyDisplayListRow" );
this->AddChild( &m_Lines[m].m_Meter );
}