allow choosing a song on this screen, but press Start on the entry for advanced options

This commit is contained in:
Chris Danford
2005-08-15 16:02:14 +00:00
parent 3c72edb0d4
commit 4f0bc4d43f
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -25,6 +25,8 @@ protected:
int GetCourseEntryIndexWithFocus() const;
Course m_Original;
vector<Song*> m_vpDisplayedSongs; // corresponds with the choices in the Entry row
};
#endif