Fix uninitialized variable use, fixes #2179
This commit is contained in:
parent
52313c1468
commit
5c27769ceb
@ -123,6 +123,7 @@ World::World() : WorldStatus(), m_clear_color(255,100,101,140)
|
|||||||
m_schedule_tutorial = false;
|
m_schedule_tutorial = false;
|
||||||
m_is_network_world = false;
|
m_is_network_world = false;
|
||||||
m_weather = NULL;
|
m_weather = NULL;
|
||||||
|
m_force_disable_fog = false;
|
||||||
|
|
||||||
m_stop_music_when_dialog_open = true;
|
m_stop_music_when_dialog_open = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user