Fix ScreenJukebox when there are no matching steps

Also makes minor tweaks to the SetSong function and adds a SystemMessage to
display that no steps have been found.  When this happens, the ScreenJukebox
will return to its PrevScreen.
This commit is contained in:
Devin J. Pohly
2013-06-09 17:22:43 -04:00
parent 8d50a47d49
commit ec23a019e2
4 changed files with 13 additions and 6 deletions
+1 -2
View File
@@ -14,13 +14,12 @@ public:
virtual bool Input( const InputEventPlus &input );
virtual void HandleScreenMessage( const ScreenMessage SM );
void SetSong();
protected:
bool m_bDemonstration;
const CourseEntry *m_pCourseEntry;
void SetSong();
virtual void InitSongQueues();
};