summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client.h b/src/client.h
index e48c8ec69..c56b615cb 100644
--- a/src/client.h
+++ b/src/client.h
@@ -110,9 +110,7 @@ public:
Client(
IrrlichtDevice *device,
const char *playername,
- JMutex &range_mutex,
- float &viewing_range_nodes,
- bool &viewing_range_all
+ MapDrawControl &control
);
~Client();