2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 14:27:43 +00:00

CScriptAiJumpPoint: Fix GetInUse

This commit is contained in:
2020-04-29 03:03:14 -04:00
parent abfd5a464f
commit 1578a9481b
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ class CScriptAiJumpPoint : public CActor {
private:
float xe8_apex;
zeus::CAABox xec_touchBounds;
bool x108_24 : 1 = false;
bool x108_24_inUse : 1 = false;
TUniqueId x10a_occupant = kInvalidUniqueId;
TUniqueId x10c_currentWaypoint = kInvalidUniqueId;
TUniqueId x10e_nextWaypoint = kInvalidUniqueId;