summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-02 09:28:46 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-02 09:28:46 +0200
commita75876f24870b0c092a59b29fd25c9f2b34d334e (patch)
tree3a9650e2a3143d37058c467f327c2f4520a5dc21 /src/main.cpp
parenta5f109dafb147c3a5965cd638cc015a34f90362c (diff)
downloadminetest-a75876f24870b0c092a59b29fd25c9f2b34d334e.tar.gz
minetest-a75876f24870b0c092a59b29fd25c9f2b34d334e.tar.bz2
minetest-a75876f24870b0c092a59b29fd25c9f2b34d334e.zip
more tweaking
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 176cde639..ef7207894 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -346,6 +346,8 @@ Doing now:
- The server has to make sure the spawn point is not at the
changing borders of a chunk
* Add some kind of erosion and other stuff that now is possible
+* Make client to fetch stuff asynchronously
+ - Needs method SyncProcessData
======================================================================