the various changes that I forgot to commit (cleanup and so forth) into hg,

culminating in syncing with sm-ssc v1.0 public beta 2
This commit is contained in:
AJ Kelly
2010-03-31 17:37:09 -05:00
parent b279635401
commit 642f4b107c
80 changed files with 1200 additions and 918 deletions
+3 -3
View File
@@ -49,12 +49,12 @@ struct MusicPlaying
bool m_bTimingDelayed;
bool m_bHasTiming;
bool m_bApplyMusicRate;
/* The timing data that we're currently using. */
// The timing data that we're currently using.
TimingData m_Timing;
NoteData m_Lights;
/* If m_bTimingDelayed is true, this will be the timing data for the song that's starting.
* We'll copy it to m_Timing once sound is heard. */
/* If m_bTimingDelayed is true, this will be the timing data for the
* song that's starting. We'll copy it to m_Timing once sound is heard. */
TimingData m_NewTiming;
RageSound *m_Music;
MusicPlaying( RageSound *Music )