[StepsDisplay] Make the StepsType react to SetMessage as well.
This commit is contained in:
@@ -13,6 +13,10 @@ _____________________________________________________________________________
|
|||||||
sm-ssc v1.2 | 201012xx
|
sm-ssc v1.2 | 201012xx
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
20101230
|
||||||
|
--------
|
||||||
|
* [StepsDisplay] Make the StepsType react to SetMessage as well. [freme]
|
||||||
|
|
||||||
20101229
|
20101229
|
||||||
--------
|
--------
|
||||||
* [ScreenHowToPlay] Replaced LOAD_ALL_COMMANDS_AND_SET_XY_AND_ON_COMMAND macro
|
* [ScreenHowToPlay] Replaced LOAD_ALL_COMMANDS_AND_SET_XY_AND_ON_COMMAND macro
|
||||||
|
|||||||
@@ -260,6 +260,7 @@ void StepsDisplay::SetInternal( const SetParams ¶ms )
|
|||||||
RString sStepsType = GAMEMAN->GetStepsTypeInfo(params.st).szName;
|
RString sStepsType = GAMEMAN->GetStepsTypeInfo(params.st).szName;
|
||||||
m_sprStepsType.Load( THEME->GetPathG(m_sMetricsGroup,"StepsType "+sStepsType) );
|
m_sprStepsType.Load( THEME->GetPathG(m_sMetricsGroup,"StepsType "+sStepsType) );
|
||||||
*/
|
*/
|
||||||
|
m_sprStepsType->HandleMessage( msg );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user