From 4d4d0fa681021069768a657743f53a14ac4fdd72 Mon Sep 17 00:00:00 2001 From: AwesomeAim <30537683+AwesomeAim@users.noreply.github.com> Date: Thu, 11 Aug 2022 07:22:27 -0700 Subject: [PATCH] Fix blank music stream (#319) * Fix blank music stream by giving it a default value that'll make it be the accepted stop * Re-order to fix initialisation issue wahh wahh you don't start me in the right order I'm gonna blow up now boo hoo --- core/src/area_data.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/area_data.cpp b/core/src/area_data.cpp index 061bc68..1145d75 100644 --- a/core/src/area_data.cpp +++ b/core/src/area_data.cpp @@ -33,6 +33,7 @@ AreaData::AreaData(QString p_name, int p_index, MusicManager *p_music_manager = m_area_message("No area message set."), m_defHP(10), m_proHP(10), + m_currentMusic("~stop.mp3"), m_statement(0), m_judgelog(), m_lastICMessage(),