save radar values in Catalog.xml
change Course to have the same title names as Song
This commit is contained in:
@@ -1135,7 +1135,7 @@ void ScreenEdit::InputEdit( const DeviceInput& DeviceI, const InputEventType typ
|
||||
|
||||
if( bUsesThisSong )
|
||||
{
|
||||
g_CourseMode.rows[0].choices.push_back( crs->m_sName );
|
||||
g_CourseMode.rows[0].choices.push_back( crs->GetFullDisplayTitle() );
|
||||
if( crs == m_pAttacksFromCourse )
|
||||
g_CourseMode.rows[0].defaultChoice = g_CourseMode.rows[0].choices.size()-1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user