Use proper CMakeLists.txt for network and client directories
[oweals/minetest.git] / src / localplayer.h
index 16830f3ec87343aeb17abfe46b7f793354d65f81..16b66716da66e1874fdbee00690663b2ab8b9379 100644 (file)
@@ -71,6 +71,8 @@ public:
        std::string hotbar_image;
        std::string hotbar_selected_image;
 
+       video::SColor light_color;
+
        GenericCAO* getCAO() const {
                return m_cao;
        }