summaryrefslogtreecommitdiff
path: root/src/farmesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/farmesh.h')
-rw-r--r--src/farmesh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/farmesh.h b/src/farmesh.h
index 0a30a8aef..577224e15 100644
--- a/src/farmesh.h
+++ b/src/farmesh.h
@@ -67,7 +67,7 @@ public:
void step(float dtime);
- void update(v2f camera_p, float brightness, s16 render_range);
+ void update(v2f camera_p, float brightness);
private:
video::SMaterial m_materials[FARMESH_MATERIAL_COUNT];
@@ -79,6 +79,7 @@ private:
float m_time;
Client *m_client;
s16 m_render_range;
+ bool trees;
};
#endif