mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 01:37:04 +00:00
[12222] Fix Build from Backport
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
1aaf756c7e
commit
12fab30916
2 changed files with 2 additions and 2 deletions
|
|
@ -152,7 +152,7 @@ void VehicleInfo::CalculateBoardingPositionOf(float gx, float gy, float gz, floa
|
|||
NormalizeRotatedPosition(gx - m_owner->GetPositionX(), gy - m_owner->GetPositionY(), lx, ly);
|
||||
|
||||
lz = gz - m_owner->GetPositionZ();
|
||||
lo = MapManager::NormalizeOrientation(go - m_owner->GetOrientation());
|
||||
lo = NormalizeOrientation(go - m_owner->GetOrientation());
|
||||
}
|
||||
|
||||
/* ************************************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue