aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-06-11 22:10:48 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-06-11 22:10:48 +0300
commitf0678979b1ed5c70095a48820a8110eb631ed74d (patch)
tree59c9bf15194c00ca6a3f3ea1781f702f14aa71b1 /src
parentf4a7e11bce93fec549294b24c31a9a312ebd0012 (diff)
downloadhax-minetest-server-f0678979b1ed5c70095a48820a8110eb631ed74d.tar.gz
hax-minetest-server-f0678979b1ed5c70095a48820a8110eb631ed74d.zip
Add comment about ItemSAO being deprecated
Diffstat (limited to 'src')
-rw-r--r--src/content_sao.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/content_sao.cpp b/src/content_sao.cpp
index c1a3ded55..4d49b68d9 100644
--- a/src/content_sao.cpp
+++ b/src/content_sao.cpp
@@ -141,6 +141,9 @@ TestSAO proto_TestSAO(NULL, v3f(0,0,0));
/*
ItemSAO
+
+ DEPRECATED: New dropped items are implemented in Lua; see
+ builtin/item_entity.lua.
*/
class ItemSAO : public ServerActiveObject