1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Move TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD and TOCLIENT_ACTIVE_OBJECT_MESSAGES to private functions

This commit is contained in:
Loic Blot 2015-03-16 12:01:40 +01:00
parent b560294050
commit e7736ffdd6
2 changed files with 23 additions and 17 deletions

View file

@ -463,6 +463,8 @@ private:
float expirationtime, float size,
bool collisiondetection, bool vertical, std::string texture);
u32 SendActiveObjectRemoveAdd(u16 peer_id, const std::string &datas);
void SendActiveObjectMessages(u16 peer_id, const std::string &datas);
/*
Something random
*/