summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/remoteplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remoteplayer.h b/src/remoteplayer.h
index ee0d625b6..cbb9386ce 100644
--- a/src/remoteplayer.h
+++ b/src/remoteplayer.h
@@ -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;