mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Common: Include cleanup
This commit is contained in:
@@ -44,7 +44,7 @@ void EventProcessor::Update(uint32 p_time)
|
||||
m_time += p_time;
|
||||
|
||||
// main event loop
|
||||
EventList::iterator i;
|
||||
std::multimap<uint64, BasicEvent*>::iterator i;
|
||||
while (((i = m_events.begin()) != m_events.end()) && i->first <= m_time)
|
||||
{
|
||||
// get and remove event from queue
|
||||
|
||||
Reference in New Issue
Block a user