diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-06-11 22:10:48 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-06-11 22:10:48 +0300 |
commit | f0678979b1ed5c70095a48820a8110eb631ed74d (patch) | |
tree | 59c9bf15194c00ca6a3f3ea1781f702f14aa71b1 /src | |
parent | f4a7e11bce93fec549294b24c31a9a312ebd0012 (diff) | |
download | minetest-f0678979b1ed5c70095a48820a8110eb631ed74d.tar.gz minetest-f0678979b1ed5c70095a48820a8110eb631ed74d.tar.bz2 minetest-f0678979b1ed5c70095a48820a8110eb631ed74d.zip |
Add comment about ItemSAO being deprecated
Diffstat (limited to 'src')
-rw-r--r-- | src/content_sao.cpp | 3 |
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 |