summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/content_craft.cpp2
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)
{