Expose getPointedThing to Lua
[oweals/minetest.git] / src / util / enriched_string.h
index 1aca8948ae6160720b6c899d14e0a0389148a421..a3b8feb2a6264e8927c96ab71e2444fe29770082 100644 (file)
@@ -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;
 };