From 779b23e565de3cc155b4f687494ebf302436c889 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 24 Mar 2008 04:37:49 +0000 Subject: [PATCH] DifficultyListRow -> DifficultyDisplayListRow to make inheritance clear --- stepmania/src/DifficultyList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/DifficultyList.cpp b/stepmania/src/DifficultyList.cpp index 72179a39fa..218825bc0f 100644 --- a/stepmania/src/DifficultyList.cpp +++ b/stepmania/src/DifficultyList.cpp @@ -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 ); }