More refs removed

This commit is contained in:
Sergeanur
2020-04-16 15:30:47 +03:00
parent 7bd12f4a48
commit 83cbe4e39e
19 changed files with 88 additions and 89 deletions

View File

@ -67,6 +67,6 @@ public:
};
static_assert(sizeof(CPlane) == 0x29C, "CPlane: error");
extern float &LandingPoint;
extern float &TakeOffPoint;
extern float *PlanePathPosition; //[3]
extern float LandingPoint;
extern float TakeOffPoint;
extern float PlanePathPosition[3];