[10193] Use for Transport::Update arg uint32 type as for other world objects

This commit is contained in:
VladimirMangos 2010-07-15 04:52:25 +04:00
parent f4dde39085
commit 7468df5a1c
4 changed files with 4 additions and 4 deletions

View file

@ -484,7 +484,7 @@ bool Transport::RemovePassenger(Player* passenger)
return true;
}
void Transport::Update(time_t /*p_time*/)
void Transport::Update(uint32 /*p_time*/)
{
if (m_WayPoints.size() <= 1)
return;