mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-11 13:06:40 +03:00
Fixed compilation errors on Unix
This commit is contained in:
parent
b8c56cc23c
commit
d4faf0c0e0
99 changed files with 1385 additions and 1659 deletions
|
@ -642,7 +642,7 @@ void ActorPath::Shorten
|
|||
{
|
||||
m_path->point[ 0 ] += m_path->dir[ 0 ] * -fDistRemove;
|
||||
m_path->point[ 1 ] += m_path->dir[ 1 ] * -fDistRemove;
|
||||
m_path->point[ 2 ] += m_path->dir[ 2 ] * -fDistRemove;
|
||||
m_path->point[ 2 ] += m_path->point[ 2 ] * -fDistRemove;
|
||||
m_path->dist -= fDistRemove;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue