[StepsDisplay] Make the StepsType react to SetMessage as well.

This commit is contained in:
AJ Kelly
2010-12-30 23:15:29 -06:00
parent c0b16b8f02
commit 5f61e6b5c4
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -260,6 +260,7 @@ void StepsDisplay::SetInternal( const SetParams &params )
RString sStepsType = GAMEMAN->GetStepsTypeInfo(params.st).szName;
m_sprStepsType.Load( THEME->GetPathG(m_sMetricsGroup,"StepsType "+sStepsType) );
*/
m_sprStepsType->HandleMessage( msg );
}
}