add courses preferred sort

This commit is contained in:
Chris Danford
2006-05-01 21:49:59 +00:00
parent accc12d8f8
commit 8814cb747d
9 changed files with 215 additions and 69 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ void GameCommand::LoadOne( const Command& cmd )
else if( sName == "course" )
{
m_pCourse = SONGMAN->FindCourse( sValue );
m_pCourse = SONGMAN->FindCourse( "", sValue );
if( m_pCourse == NULL )
{
m_sInvalidReason = ssprintf( "Course \"%s\" not found", sValue.c_str() );