From 1f51dec22caf5a986ca53e345e5427f93ccb583b Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Thu, 12 May 2011 14:39:42 -0400 Subject: [PATCH] Fix initialization warning. --- src/Course.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Course.cpp b/src/Course.cpp index dec0b75526..8993e8b44b 100644 --- a/src/Course.cpp +++ b/src/Course.cpp @@ -90,8 +90,8 @@ int CourseEntry::GetNumModChanges() const Course::Course(): m_bIsAutogen(false), m_sPath(""), m_sMainTitle(""), m_sMainTitleTranslit(""), m_sSubTitle(""), m_sSubTitleTranslit(""), - m_sBannerPath(""), m_sBackgroundPath(""), m_sCDTitlePath(""), - m_sGroupName(""), m_sScripter(""), m_bRepeat(false), m_fGoalSeconds(0), + m_sScripter(""), m_sBannerPath(""), m_sBackgroundPath(""), + m_sCDTitlePath(""), m_sGroupName(""), m_bRepeat(false), m_fGoalSeconds(0), m_bShuffle(false), m_iLives(-1), m_bSortByMeter(false), m_bIncomplete(false), m_vEntries(), m_SortOrder_TotalDifficulty(0), m_SortOrder_Ranking(0), m_LoadedFromProfile(ProfileSlot_Invalid),