Prep work for cache tag adjusting.

Hopefully this won't take too long.
This commit is contained in:
Jason Felds
2011-06-29 23:32:14 -04:00
parent 92a304ab8a
commit a8da45978d
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -69,6 +69,9 @@ Song::Song()
m_fMusicSampleStartSeconds = -1;
m_fMusicSampleLengthSeconds = DEFAULT_MUSIC_SAMPLE_LENGTH;
m_fMusicLengthSeconds = 0;
firstSecond = -1;
lastSecond = -1;
specifiedLastSecond = -1;
m_fFirstBeat = -1;
m_fLastBeat = -1;
m_fSpecifiedLastBeat = -1;