summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-05 18:59:36 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-05 18:59:36 +0300
commitd2a145b8266b63e6de27e8df95a72db528cdf28e (patch)
tree053b792c5e3107660a22ec64f6d745f8226738be /src/main.cpp
parent9b565b6bc427673437c28518d1f61c13b58be42e (diff)
downloadminetest-d2a145b8266b63e6de27e8df95a72db528cdf28e.tar.gz
minetest-d2a145b8266b63e6de27e8df95a72db528cdf28e.tar.bz2
minetest-d2a145b8266b63e6de27e8df95a72db528cdf28e.zip
updated comment in main.cpp
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 802dc539b..bb34a1a97 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -225,6 +225,9 @@ FIXME: The new optimized map sending doesn't sometimes send enough blocks
TODO: Map saving should be done by EmergeThread
+SUGG: Map unloading based on sector reference is not very good, it keeps
+ unnecessary stuff in memory. I guess. Investigate this.
+
Environment:
------------