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
@@ -7,6 +7,7 @@
#include "CommonMetrics.h"
#include "GameManager.h"
#include "song.h"
#include "FontCharAliases.h"
enum EditCourseEntryRow
{
@@ -58,7 +59,9 @@ void ScreenOptionsEditCourseEntry::Init()
def.m_sName = "Song";
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 );