From: Perttu Ahola Date: Thu, 17 Nov 2011 00:30:52 +0000 (+0200) Subject: Add note about craft_get_result() not being used anymore, but don't remove before... X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=227e0675122e6b3a2256f3982b9c0e65d1cfc242;p=zefram%2Fminetest%2Fminetest_engine.git Add note about craft_get_result() not being used anymore, but don't remove before it's contents have been transferred to scripts --- diff --git a/src/content_craft.cpp b/src/content_craft.cpp index 3c972835..188e3e47 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) {