mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 18:36:24 +00:00
fixed boat wake
This commit is contained in:
2
librw
2
librw
Submodule librw updated: 556f6af1b5...6ff378bb16
@ -904,6 +904,8 @@ CBoat::AddWakePoint(CVector point)
|
||||
}
|
||||
m_avec2dWakePoints[0] = point;
|
||||
m_afWakePointLifeTime[0] = 400.0f;
|
||||
if(m_nNumWakePoints < ARRAY_SIZE(m_afWakePointLifeTime))
|
||||
m_nNumWakePoints++;
|
||||
}
|
||||
}else{
|
||||
m_avec2dWakePoints[0] = point;
|
||||
|
Reference in New Issue
Block a user