remove m_bChangedSinceSave
This commit is contained in:
@@ -63,7 +63,6 @@ void SortBackgroundChangesArray( vector<BackgroundChange> &arrayBackgroundChange
|
|||||||
Song::Song()
|
Song::Song()
|
||||||
{
|
{
|
||||||
m_LoadedFromProfile = PROFILE_SLOT_INVALID;
|
m_LoadedFromProfile = PROFILE_SLOT_INVALID;
|
||||||
m_bChangedSinceSave = false;
|
|
||||||
m_fMusicSampleStartSeconds = -1;
|
m_fMusicSampleStartSeconds = -1;
|
||||||
m_fMusicSampleLengthSeconds = DEFAULT_MUSIC_SAMPLE_LENGTH;
|
m_fMusicSampleLengthSeconds = DEFAULT_MUSIC_SAMPLE_LENGTH;
|
||||||
m_fMusicLengthSeconds = 0;
|
m_fMusicLengthSeconds = 0;
|
||||||
|
|||||||
@@ -91,7 +91,6 @@ public:
|
|||||||
CString m_sGroupName;
|
CString m_sGroupName;
|
||||||
|
|
||||||
ProfileSlot m_LoadedFromProfile; // PROFILE_SLOT_INVALID if wasn't loaded from a profile
|
ProfileSlot m_LoadedFromProfile; // PROFILE_SLOT_INVALID if wasn't loaded from a profile
|
||||||
bool m_bChangedSinceSave;
|
|
||||||
bool m_bIsSymLink;
|
bool m_bIsSymLink;
|
||||||
|
|
||||||
CString m_sMainTitle, m_sSubTitle, m_sArtist;
|
CString m_sMainTitle, m_sSubTitle, m_sArtist;
|
||||||
|
|||||||
Reference in New Issue
Block a user