summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-26 13:33:20 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-26 13:33:20 +0200
commit4ba5cd580d86710b54f4b523db4e8710fb56fdb6 (patch)
tree9812d18cefca537bfecc2f633046f1b45dc0ed77 /src/client.h
parent582af0cb212a5bb522356657c89b643501935230 (diff)
downloadminetest-4ba5cd580d86710b54f4b523db4e8710fb56fdb6.tar.xz
drawing range updater update and myrand() (but not usage of it)
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();