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;