fix ManageProfiles errors
add bThemeTitle flag to MenuRow
This commit is contained in:
@@ -277,7 +277,7 @@ void ScreenOptionsEditCourse::ProcessMenuStart( const InputEventPlus &input )
|
||||
g_TempMenu.rows.clear();
|
||||
FOREACH_CourseEntryAction( i )
|
||||
{
|
||||
MenuRowDef mrd( i, CourseEntryActionToString(i), true, EditMode_Home, true, 0, "" );
|
||||
MenuRowDef mrd( i, CourseEntryActionToString(i), true, EditMode_Home, true, true, 0, "" );
|
||||
g_TempMenu.rows.push_back( mrd );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user