diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 4 |
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(); |