From: Perttu Ahola Date: Mon, 11 Jun 2012 19:10:48 +0000 (+0300) Subject: Add comment about ItemSAO being deprecated X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=f0678979b1ed5c70095a48820a8110eb631ed74d;p=zefram%2Fminetest%2Fminetest_engine.git Add comment about ItemSAO being deprecated --- diff --git a/src/content_sao.cpp b/src/content_sao.cpp index c1a3ded5..4d49b68d 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