summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-24 18:25:19 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-24 18:25:19 +0200
commitec3cb2d1d75aa9dd33360037ccfccbb32c854642 (patch)
tree8b145438a5559b1cf7c51e9a0185ba1247550519 /src/main.cpp
parent9f859d838937136703b3e5993f4148ef93b459e9 (diff)
downloadminetest-ec3cb2d1d75aa9dd33360037ccfccbb32c854642.tar.gz
minetest-ec3cb2d1d75aa9dd33360037ccfccbb32c854642.tar.bz2
minetest-ec3cb2d1d75aa9dd33360037ccfccbb32c854642.zip
fixed a possible infinite loop in ClientEnvironment (dtime counter getting so small that it doesn't increment the value)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a74685fa2..2c059840e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -254,7 +254,6 @@ Doing now (most important at the top):
=== Next
* Continue making the scripting system:
- * Rip up everything unnecessary from the lua build system
* Make updateNodeMesh for a less verbose mesh update on add/removenode
* Switch to using a safe way for the self and env pointers
* Make some global environment hooks, like node placed and general