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

Add ServerActiveObject::removingFromEnvironment()

This commit is contained in:
Perttu Ahola
2011-12-01 13:22:33 +02:00
parent 0e113a4c81
commit e6e3eef0ef
3 changed files with 17 additions and 6 deletions

View File

@@ -37,10 +37,6 @@ ServerActiveObject::~ServerActiveObject()
{
}
void ServerActiveObject::addedToEnvironment()
{
}
ServerActiveObject* ServerActiveObject::create(u8 type,
ServerEnvironment *env, u16 id, v3f pos,
const std::string &data)