mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Add note about craft_get_result() not being used anymore, but don't remove before it's contents have been transferred to scripts
This commit is contained in:
parent
9d5b458479
commit
227e067512
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
/*
|
/*
|
||||||
items: actually *items[9]
|
items: actually *items[9]
|
||||||
return value: allocates a new item, or returns NULL.
|
return value: allocates a new item, or returns NULL.
|
||||||
|
|
||||||
|
NOTE: Not used anymore; TODO: Remove
|
||||||
*/
|
*/
|
||||||
InventoryItem *craft_get_result(InventoryItem **items, IGameDef *gamedef)
|
InventoryItem *craft_get_result(InventoryItem **items, IGameDef *gamedef)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue