Combine "next song in" and "next song out" into "next course song".

This allows us to preload everything in the transition except for the song
banner (giving faster transitions), and is easier to control.
This commit is contained in:
Glenn Maynard
2005-03-19 00:03:53 +00:00
parent 02f5da262c
commit 564b187ffb
2 changed files with 20 additions and 26 deletions
+1 -2
View File
@@ -92,8 +92,7 @@ protected:
Background m_SongBackground;
Foreground m_SongForeground;
Transition m_NextSongIn; // shows between songs in a course
Transition m_NextSongOut; // shows between songs in a course
Transition m_NextSong; // shows between songs in a course
Transition m_SongFinished; // shows after each song, course or not
Sprite m_sprStaticBackground;