projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d5b458
)
Add note about craft_get_result() not being used anymore, but don't remove before...
author
Perttu Ahola
<celeron55@gmail.com>
Thu, 17 Nov 2011 00:30:52 +0000
(
02:30
+0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Tue, 29 Nov 2011 17:13:48 +0000
(19:13 +0200)
src/content_craft.cpp
patch
|
blob
|
history
diff --git
a/src/content_craft.cpp
b/src/content_craft.cpp
index 3c972835e357b9fc813eada0850fd776bf7fa9a5..188e3e4726d0b49ee7685ce21cb78ea77931a0c1 100644
(file)
--- 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)
{