working on course editor

This commit is contained in:
Chris Danford
2005-07-29 23:03:43 +00:00
parent 4c2a8e4cd7
commit 93b9cc156a
8 changed files with 75 additions and 41 deletions
+4 -1
View File
@@ -7,6 +7,7 @@
#include "CommonMetrics.h"
#include "GameManager.h"
#include "song.h"
#include "FontCharAliases.h"
enum EditCourseRow
{
@@ -98,7 +99,9 @@ void ScreenOptionsEditCourse::Init()
def.m_sName = "Insert Entry";
def.m_vsChoices.clear();
def.m_vsChoices.push_back( "" );
CString sStart = "&Start;";
FontCharAliases::ReplaceMarkers( sStart );
def.m_vsChoices.push_back( sStart );
vDefs.push_back( def );
vHands.push_back( NULL );