diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-08-01 19:21:43 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-08-01 19:21:43 +0300 |
commit | 97d659c9fdf359919d1cb53057553604b3357105 (patch) | |
tree | d5318f88ceb40a8694c178a9bf84f5fd513b62b9 | |
parent | 303351de6d2cb54af27198207ba6c8cef49ecf1a (diff) | |
download | minetest-97d659c9fdf359919d1cb53057553604b3357105.tar.gz minetest-97d659c9fdf359919d1cb53057553604b3357105.tar.bz2 minetest-97d659c9fdf359919d1cb53057553604b3357105.zip |
added TODO in main.cpp
-rw-r--r-- | src/main.cpp | 3 |
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: ------------------------ |