mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-04 07:09:58 +00:00
fixes for CPhysical and friends
This commit is contained in:
parent
73ff01e35b
commit
21071edbfe
9 changed files with 132 additions and 176 deletions
|
@ -79,7 +79,7 @@ CBoat::CBoat(int mi, uint8 owner) : CVehicle(owner)
|
|||
|
||||
bIsInWater = true;
|
||||
|
||||
unk1 = 0.0f;
|
||||
m_phys_unused1 = 0.0f;
|
||||
m_bIsAnchored = true;
|
||||
m_fOrientation = INVALID_ORIENTATION;
|
||||
bTouchingWater = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue