From 227e0675122e6b3a2256f3982b9c0e65d1cfc242 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 17 Nov 2011 02:30:52 +0200 Subject: [PATCH] Add note about craft_get_result() not being used anymore, but don't remove before it's contents have been transferred to scripts --- src/content_craft.cpp | 2 ++ 1 file changed, 2 insertions(+) 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) {