From: Perttu Ahola Date: Mon, 1 Aug 2011 16:21:43 +0000 (+0300) Subject: added TODO in main.cpp X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=97d659c9fdf359919d1cb53057553604b3357105;p=zefram%2Fminetest%2Fminetest_engine.git added TODO in main.cpp --- diff --git a/src/main.cpp b/src/main.cpp index 77340cab..3193194a 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: ------------------------