diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-11-17 02:30:52 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 19:13:48 +0200 |
commit | 227e0675122e6b3a2256f3982b9c0e65d1cfc242 (patch) | |
tree | c2086adaf17f743186a1bf0cff3222a611289590 /src/content_craft.cpp | |
parent | 9d5b458479a4eac14acb5af28f51ad23432264ab (diff) | |
download | minetest-227e0675122e6b3a2256f3982b9c0e65d1cfc242.tar.gz minetest-227e0675122e6b3a2256f3982b9c0e65d1cfc242.tar.bz2 minetest-227e0675122e6b3a2256f3982b9c0e65d1cfc242.zip |
Add note about craft_get_result() not being used anymore, but don't remove before it's contents have been transferred to scripts
Diffstat (limited to 'src/content_craft.cpp')
-rw-r--r-- | src/content_craft.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content_craft.cpp b/src/content_craft.cpp index 3c972835e..188e3e472 100644 --- a/src/content_craft.cpp +++ b/src/content_craft.cpp @@ -27,6 +27,8 @@ with this program; if not, write to the Free Software Foundation, Inc., /* items: actually *items[9] return value: allocates a new item, or returns NULL. + + NOTE: Not used anymore; TODO: Remove */ InventoryItem *craft_get_result(InventoryItem **items, IGameDef *gamedef) { |