diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2010-12-26 13:33:20 +0200 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-26 13:33:20 +0200 |
| commit | 4ba5cd580d86710b54f4b523db4e8710fb56fdb6 (patch) | |
| tree | 9812d18cefca537bfecc2f633046f1b45dc0ed77 /src/client.h | |
| parent | 582af0cb212a5bb522356657c89b643501935230 (diff) | |
| download | minetest-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.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(); |
