Moving more constants into theme metrics.

This commit is contained in:
Chris Danford
2002-08-27 16:53:25 +00:00
parent 142002091a
commit 941d9cb24d
33 changed files with 245 additions and 161 deletions
+2 -1
View File
@@ -82,7 +82,7 @@ ScreenSelectCourse::ScreenSelectCourse()
m_Menu.Load(
THEME->GetPathTo("Graphics","select course background"),
THEME->GetPathTo("Graphics","select course top edge"),
HELP_TEXT, false, true, TIMER_SECONDS
HELP_TEXT, true, TIMER_SECONDS
);
this->AddSubActor( &m_Menu );
@@ -139,6 +139,7 @@ ScreenSelectCourse::ScreenSelectCourse()
SOUND->PlayOnceStreamedFromDir( ANNOUNCER->GetPathTo(ANNOUNCER_SELECT_COURSE_INTRO) );
MUSIC->LoadAndPlayIfNotAlready( THEME->GetPathTo("Sounds","select course music") );
AfterCourseChange();
TweenOnScreen();