summaryrefslogtreecommitdiff
path: root/src/util/enriched_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/enriched_string.h')
-rw-r--r--src/util/enriched_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/enriched_string.h b/src/util/enriched_string.h
index 1aca8948a..a3b8feb2a 100644
--- a/src/util/enriched_string.h
+++ b/src/util/enriched_string.h
@@ -84,7 +84,7 @@ public:
private:
std::wstring m_string;
std::vector<irr::video::SColor> m_colors;
- bool m_has_background;
+ bool m_has_background = false;
irr::video::SColor m_background;
};