summaryrefslogtreecommitdiff
path: root/src/serverobject.h
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-02-17 11:37:55 +0100
committerLoic Blot <loic.blot@unix-experience.fr>2015-02-17 11:37:55 +0100
commitc58d49977da5aab88f5a9d5b540c6237ca5cdcb5 (patch)
treea5bc0c0987b57cbee1052c0289c19cbf5274fcb3 /src/serverobject.h
parentf8d5af753617d502920556cff88f451ef670c210 (diff)
downloadminetest-c58d49977da5aab88f5a9d5b540c6237ca5cdcb5.tar.gz
minetest-c58d49977da5aab88f5a9d5b540c6237ca5cdcb5.tar.bz2
minetest-c58d49977da5aab88f5a9d5b540c6237ca5cdcb5.zip
SAO: re-add old ActiveObjectTypes for a future migration layer
Diffstat (limited to 'src/serverobject.h')
-rw-r--r--src/serverobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serverobject.h b/src/serverobject.h
index 96485d7a3..878c37773 100644
--- a/src/serverobject.h
+++ b/src/serverobject.h
@@ -71,7 +71,7 @@ public:
{ return true; }
// Create a certain type of ServerActiveObject
- static ServerActiveObject* create(u8 type,
+ static ServerActiveObject* create(ActiveObjectType type,
ServerEnvironment *env, u16 id, v3f pos,
const std::string &data);