1
0
mirror of https://github.com/td512/re3.git synced 2026-02-18 00:13:35 +00:00

fixes for CPhysical and friends

This commit is contained in:
aap
2020-05-22 14:34:44 +02:00
parent 73ff01e35b
commit 21071edbfe
9 changed files with 132 additions and 176 deletions

View File

@@ -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;