mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
[10193] Use for Transport::Update arg uint32 type as for other world objects
This commit is contained in:
parent
f4dde39085
commit
7468df5a1c
4 changed files with 4 additions and 4 deletions
|
|
@ -250,7 +250,7 @@ MapManager::Update(uint32 diff)
|
|||
iter->second->Update((uint32)i_timer.GetCurrent());
|
||||
|
||||
for (TransportSet::iterator iter = m_Transports.begin(); iter != m_Transports.end(); ++iter)
|
||||
(*iter)->Update(i_timer.GetCurrent());
|
||||
(*iter)->Update((uint32)i_timer.GetCurrent());
|
||||
|
||||
i_timer.SetCurrent(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue