diff --git a/src/content_craft.cpp b/src/content_craft.cpp index 3c97283..188e3e4 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) {