summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index b91f12b53..9f36a257f 100644
--- a/src/client.h
+++ b/src/client.h
@@ -562,6 +562,9 @@ private:
// Used for saving server map to disk client-side
Database *localdb;
Server *localserver;
+
+ // TODO: Add callback to update this when g_settings changes
+ bool m_cache_smooth_lighting;
};
#endif // !CLIENT_HEADER