]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/localplayer.h
Move hex.h to util/
[dragonfireclient.git] / src / localplayer.h
index 16830f3ec87343aeb17abfe46b7f793354d65f81..16b66716da66e1874fdbee00690663b2ab8b9379 100644 (file)
@@ -71,6 +71,8 @@ class LocalPlayer : public Player
        std::string hotbar_image;
        std::string hotbar_selected_image;
 
+       video::SColor light_color;
+
        GenericCAO* getCAO() const {
                return m_cao;
        }