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:
parent
1439ea8976
commit
4d4d0fa681
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user