mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 07:34:08 +00:00
finished CBoat
This commit is contained in:
parent
a622c9e877
commit
3aae52d220
10 changed files with 695 additions and 68 deletions
|
@ -21,7 +21,7 @@ CPhysical::CPhysical(void)
|
|||
{
|
||||
int i;
|
||||
|
||||
fForceMultiplier = 1.0f;
|
||||
m_fForceMultiplier = 1.0f;
|
||||
m_vecMoveSpeed = CVector(0.0f, 0.0f, 0.0f);
|
||||
m_vecTurnSpeed = CVector(0.0f, 0.0f, 0.0f);
|
||||
m_vecMoveFriction = CVector(0.0f, 0.0f, 0.0f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue