Fix day_night_ratio_do_override not being initialised server-side

Causes get_day_night_ratio() to return unpredictable results.
pull/6746/merge
rubenwardy 2017-10-29 18:31:50 +00:00 committed by SmallJoker
parent 73baeb82ef
commit 416c4535c7
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ private:
float m_chat_message_allowance;
u16 m_message_rate_overhead;
bool m_day_night_ratio_do_override;
bool m_day_night_ratio_do_override = false;
float m_day_night_ratio;
std::string hud_hotbar_image;
std::string hud_hotbar_selected_image;