mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Re-apply 972d17baea81ffe6d508b291ef97207a4822e1da...
but not rename the container. Approved-By est31
This commit is contained in:
parent
17a173f474
commit
eec01bc2fa
2 changed files with 4 additions and 3 deletions
|
@ -32,6 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
#include <set>
|
||||
#include <list>
|
||||
#include <queue>
|
||||
#include <map>
|
||||
#include "irr_v3d.h"
|
||||
#include "activeobject.h"
|
||||
|
@ -378,7 +379,7 @@ private:
|
|||
// Active object list
|
||||
std::map<u16, ServerActiveObject*> m_active_objects;
|
||||
// Outgoing network message buffer for active objects
|
||||
std::list<ActiveObjectMessage> m_active_object_messages;
|
||||
std::queue<ActiveObjectMessage> m_active_object_messages;
|
||||
// Some timers
|
||||
float m_send_recommended_timer;
|
||||
IntervalLimiter m_object_management_interval;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue