From abceeee92f99b84ebb79968269835a4f509bfb90 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 14 Nov 2011 00:19:48 +0200 Subject: Create framework for getting rid of global definitions of node/tool/item/whatever types --- src/content_sao.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content_sao.h') diff --git a/src/content_sao.h b/src/content_sao.h index 51911fe05..cd7474960 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -204,7 +204,7 @@ public: ~LuaEntitySAO(); u8 getType() const {return ACTIVEOBJECT_TYPE_LUAENTITY;} - virtual void addedToEnvironment(u16 id); + virtual void addedToEnvironment(); static ServerActiveObject* create(ServerEnvironment *env, v3f pos, const std::string &data); void step(float dtime, bool send_recommended); -- cgit v1.2.3