diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-04-16 15:30:47 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-04-16 15:30:47 +0300 |
commit | 83cbe4e39ede4853e0d352e55aeddbd481b39948 (patch) | |
tree | 982648ce860ac1c50233df806798a8b9412819fe /src/vehicles/Floater.h | |
parent | 7bd12f4a48e081fb96c4d65d47eb3954afc13f60 (diff) |
More refs removed
Diffstat (limited to 'src/vehicles/Floater.h')
-rw-r--r-- | src/vehicles/Floater.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Floater.h b/src/vehicles/Floater.h index 4754a235..1cfb46fb 100644 --- a/src/vehicles/Floater.h +++ b/src/vehicles/Floater.h @@ -42,4 +42,4 @@ public: void FindWaterLevel(const CVector &zpos, CVector *waterLevel, tWaterLevel *waterPosition); bool CalcBuoyancyForce(CPhysical *phys, CVector *impulse, CVector *point); }; -extern cBuoyancy &mod_Buoyancy; +extern cBuoyancy mod_Buoyancy; |