explicitly initialize m_group to nullptr

This commit is contained in:
Crash Cringle
2025-03-22 22:42:42 -04:00
committed by teejusb
parent c59c491fd0
commit 0cbc92ff0f
+1 -1
View File
@@ -116,7 +116,7 @@ public:
m_LastPlayedDate(),m_iNumSongsPlayedByStyle(),
m_iNumTotalSongsPlayed(0), m_UserTable(), m_SongHighScores(),
m_CourseHighScores(), m_vScreenshots(),
m_mapDayToCaloriesBurned()
m_mapDayToCaloriesBurned(), m_group(nullptr)
{
m_lastSong.Unset();
m_lastCourse.Unset();