mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
fixed boat wake
This commit is contained in:
parent
3fe282fbe4
commit
b77d044729
2
librw
2
librw
@ -1 +1 @@
|
||||
Subproject commit 556f6af1b5a15d5ba1a2254a95076578cd160185
|
||||
Subproject commit 6ff378bb16007ad003b1a71996944a20f2e76556
|
@ -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…
Reference in New Issue
Block a user