Make Edit Course Mode somewhat functional again.

This commit is contained in:
John Bauer
2006-11-28 05:44:42 +00:00
parent c854585b3a
commit e65abee08d
+2 -1
View File
@@ -337,7 +337,8 @@ void ScreenOptionsEditCourse::ProcessMenuStart( const InputEventPlus &input )
void ScreenOptionsEditCourse::HandleMessage( const Message &msg )
{
if( msg == "EditCourseDifficultyChanged" )
// We subscribe to messages before we initialize the options rows for the first time
if( msg == Message_EditCourseDifficultyChanged && m_pRows.size() > 0 )
{
const vector<PlayerNumber> vpns( 1, GAMESTATE->m_MasterPlayerNumber );
OptionRow &row = *m_pRows[EditCourseRow_Meter];