summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 16830f3ec..16b66716d 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -71,6 +71,8 @@ public:
std::string hotbar_image;
std::string hotbar_selected_image;
+ video::SColor light_color;
+
GenericCAO* getCAO() const {
return m_cao;
}