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
+3 -3
View File
@@ -59,6 +59,7 @@ const CString CREDIT_LINES[] =
"PROGRAMMING:",
"Chris Danford",
"Lord Frieza (Andrew Livy)",
"Glenn Maynard",
"Bruno Figueiredo",
"Dro Kulix (Peter S. May)",
"Mantis (Ben Nordstrom)",
@@ -170,11 +171,10 @@ ScreenMusicScroll::ScreenMusicScroll()
this->AddSubActor( &m_Fade );
m_soundMusic.Load( THEME->GetPathTo("Sounds","music scroll music") );
m_soundMusic.Play( true );
SOUND->PlayOnceStreamedFromDir( ANNOUNCER->GetPathTo(ANNOUNCER_MUSIC_SCROLL) );
MUSIC->LoadAndPlayIfNotAlready( THEME->GetPathTo("Sounds","music scroll music") );
m_Fade.OpenWipingRight();
}