mirror of
https://github.com/halpz/re3.git
synced 2025-07-19 18:08:15 +00:00
More refs removed
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user