Fix ScreenHowToPlay:: Now displays until all the hard-coded steps are gone (SecondsToShow metric), and added into Player.cpp a value to show/hide judgment messages (miss/perfect etc*). This is turned OFF by default so everything still shows the judgment, except for ScreenHowToPlay

This commit is contained in:
Kevin Slaughter
2003-05-19 08:18:21 +00:00
parent b46272b1be
commit b1396c186a
9 changed files with 46 additions and 17 deletions
+5 -1
View File
@@ -33,6 +33,10 @@ class NoteData
/* Pad m_TapNotes so it includes the row "rows". */
void PadTapNotes(int rows);
private:
public:
/* Set up to hold the data in From; same number of tracks, same
* divisor. Doesn't allocate or copy anything. */
@@ -41,7 +45,7 @@ public:
NoteData();
~NoteData();
void Init();
int GetNumTracks() const;
void SetNumTracks( int iNewNumTracks );