1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

SAO: re-add old ActiveObjectTypes for a future migration layer

This commit is contained in:
Loic Blot
2015-02-17 11:37:55 +01:00
parent f8d5af7536
commit c58d49977d
6 changed files with 14 additions and 11 deletions

View File

@@ -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);