summaryrefslogtreecommitdiff
path: root/src/content_object.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-12-01 18:23:58 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-12-01 18:23:58 +0200
commitee0d3bacbce612c1abc6016cb7b0d684df25b820 (patch)
treec11c0960cd3a70a795d089c0d2cf3592d4c68fb7 /src/content_object.h
parent9dcfa882b13cdbe38b66fc1b61643da74f112342 (diff)
downloadminetest-ee0d3bacbce612c1abc6016cb7b0d684df25b820.tar.gz
minetest-ee0d3bacbce612c1abc6016cb7b0d684df25b820.tar.bz2
minetest-ee0d3bacbce612c1abc6016cb7b0d684df25b820.zip
Player-is-SAO WIP
Diffstat (limited to 'src/content_object.h')
-rw-r--r--src/content_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content_object.h b/src/content_object.h
index af8636148..0b85e3cf1 100644
--- a/src/content_object.h
+++ b/src/content_object.h
@@ -29,7 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define ACTIVEOBJECT_TYPE_LUAENTITY 7
-// Special type, not stored in active object lists
+// Special type, not stored as a static object
#define ACTIVEOBJECT_TYPE_PLAYER 100
#endif