more work on course editor

This commit is contained in:
Chris Danford
2005-08-03 03:28:13 +00:00
parent 843e2a9c91
commit fcae1e142c
6 changed files with 73 additions and 16 deletions
+6
View File
@@ -9,6 +9,7 @@
#include "GameState.h"
#include "Style.h"
#include "Foreach.h"
#include "GameState.h"
//
@@ -188,6 +189,11 @@ void CourseUtil::SortByMostRecentlyPlayedForMachine( vector<Course*> &vpCoursesI
course_sort_val.clear();
}
void CourseUtil::MakeDefaultEditCourseEntry( CourseEntry& out )
{
out.pSong = GAMESTATE->GetDefaultSong();
out.baseDifficulty = DIFFICULTY_MEDIUM;
}
//////////////////////////////////