remove m_bChangedSinceSave

This commit is contained in:
Glenn Maynard
2004-06-05 07:49:21 +00:00
parent c0bd180d85
commit 6c93aebe04
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -63,7 +63,6 @@ void SortBackgroundChangesArray( vector<BackgroundChange> &arrayBackgroundChange
Song::Song()
{
m_LoadedFromProfile = PROFILE_SLOT_INVALID;
m_bChangedSinceSave = false;
m_fMusicSampleStartSeconds = -1;
m_fMusicSampleLengthSeconds = DEFAULT_MUSIC_SAMPLE_LENGTH;
m_fMusicLengthSeconds = 0;