Added new unlock system, disabled by default

This commit is contained in:
Kevin Slaughter
2003-05-09 05:56:05 +00:00
parent 6150d3f2c2
commit fd02bce784
16 changed files with 258 additions and 7 deletions
+1
View File
@@ -83,6 +83,7 @@ void SortBackgroundChangesArray( vector<BackgroundChange> &arrayBackgroundChange
//////////////////////////////
Song::Song()
{
m_bIsLocked = false;
m_bChangedSinceSave = false;
m_fBeat0OffsetInSeconds = 0;
m_fMusicSampleStartSeconds = -1;