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
This commit is contained in:
AwesomeAim 2022-08-11 07:22:27 -07:00 committed by GitHub
parent 1439ea8976
commit 4d4d0fa681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(),