summaryrefslogtreecommitdiff
path: root/src/mapblockobject.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-10 12:34:12 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-10 12:34:12 +0300
commit08bbf9687742c0b159cc1d963ab470796f74c6c8 (patch)
tree2e49b47fd1572b36e78016f47b7df01a7926e029 /src/mapblockobject.h
parentfd7a0735c9aeaa7978190049319e3cdfe48920a4 (diff)
downloadminetest-08bbf9687742c0b159cc1d963ab470796f74c6c8.tar.gz
minetest-08bbf9687742c0b159cc1d963ab470796f74c6c8.tar.bz2
minetest-08bbf9687742c0b159cc1d963ab470796f74c6c8.zip
items now fall by gravity... also some other random updating
Diffstat (limited to 'src/mapblockobject.h')
-rw-r--r--src/mapblockobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapblockobject.h b/src/mapblockobject.h
index d157162ec..6a0c36d9c 100644
--- a/src/mapblockobject.h
+++ b/src/mapblockobject.h
@@ -17,6 +17,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+// This file contains the DEPRECATED MapBlockObject system
+
#ifndef MAPBLOCKOBJECT_HEADER
#define MAPBLOCKOBJECT_HEADER