re-add meter number on options screen
This commit is contained in:
@@ -291,6 +291,7 @@ public:
|
|||||||
Trail* pTrail = vTrails[i];
|
Trail* pTrail = vTrails[i];
|
||||||
|
|
||||||
CString s = CourseDifficultyToThemedString( pTrail->m_CourseDifficulty );
|
CString s = CourseDifficultyToThemedString( pTrail->m_CourseDifficulty );
|
||||||
|
s += ssprintf( " %d", pTrail->GetMeter() );
|
||||||
defOut.choices.push_back( s );
|
defOut.choices.push_back( s );
|
||||||
GameCommand mc;
|
GameCommand mc;
|
||||||
mc.m_pTrail = pTrail;
|
mc.m_pTrail = pTrail;
|
||||||
@@ -311,6 +312,7 @@ public:
|
|||||||
s = pSteps->GetDescription();
|
s = pSteps->GetDescription();
|
||||||
else
|
else
|
||||||
s = DifficultyToThemedString( pSteps->GetDifficulty() );
|
s = DifficultyToThemedString( pSteps->GetDifficulty() );
|
||||||
|
s += ssprintf( " %d", pSteps->GetMeter() );
|
||||||
defOut.choices.push_back( s );
|
defOut.choices.push_back( s );
|
||||||
GameCommand mc;
|
GameCommand mc;
|
||||||
mc.m_pSteps = pSteps;
|
mc.m_pSteps = pSteps;
|
||||||
|
|||||||
Reference in New Issue
Block a user