summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-18 02:32:34 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-18 02:32:34 +0300
commitc391bcee1698beabaec76ed13361d2930cb22f94 (patch)
treebb111457989f75a00726f95deab5aef900cabea8 /src/main.cpp
parentcced6aaf8db60e4a28e290f4ca235661037193aa (diff)
downloadminetest-c391bcee1698beabaec76ed13361d2930cb22f94.tar.gz
minetest-c391bcee1698beabaec76ed13361d2930cb22f94.tar.bz2
minetest-c391bcee1698beabaec76ed13361d2930cb22f94.zip
removed furnace menu because it is not needed anymore
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 71ab5d037..455e0ac9b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -335,9 +335,6 @@ Misc. stuff:
- Finish the ActiveBlockModifier stuff and use it for something
- Move mineral to param2, increment map serialization version, add conversion
-TODO: Create a common interface-whatever-thing to implement custom
- special blocks with an inventory menu
-
Making it more portable:
------------------------