mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-04 05:19:59 +00:00
fixed boat wake
This commit is contained in:
parent
3fe282fbe4
commit
b77d044729
2 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue