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:
+1
-2
@@ -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();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user