summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-08-01 19:21:43 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-08-01 19:21:43 +0300
commit97d659c9fdf359919d1cb53057553604b3357105 (patch)
treed5318f88ceb40a8694c178a9bf84f5fd513b62b9 /src/main.cpp
parent303351de6d2cb54af27198207ba6c8cef49ecf1a (diff)
downloadminetest-97d659c9fdf359919d1cb53057553604b3357105.tar.gz
minetest-97d659c9fdf359919d1cb53057553604b3357105.tar.bz2
minetest-97d659c9fdf359919d1cb53057553604b3357105.zip
added TODO 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 77340cab3..3193194af 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -367,6 +367,9 @@ TODO: Merge bahamada's audio stuff (clean patch available)
TODO: Move content_features to mapnode_content_features.{h,cpp} or so
+TODO: Fix item use() stuff; dropping a stack of cooked rats and eating
+ it gives 3 hearts and consumes all the rats.
+
Making it more portable:
------------------------