diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2023-10-17 22:04:12 -0400 |
|---|---|---|
| committer | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2023-10-17 22:04:12 -0400 |
| commit | e9f4fc638ed904cc0dcdac24ea7708c9a220a702 (patch) | |
| tree | 114c3d432697e04831741e623ae2340f6239bbe9 /ZAPD/ZPath.h | |
| parent | dcf56d93ecbd4db3bfd8a4832d7f991467964b98 (diff) | |
update to latest version used by SoH
Diffstat (limited to 'ZAPD/ZPath.h')
| -rw-r--r-- | ZAPD/ZPath.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ZAPD/ZPath.h b/ZAPD/ZPath.h index e519dec..722e84a 100644 --- a/ZAPD/ZPath.h +++ b/ZAPD/ZPath.h @@ -19,7 +19,7 @@ public: size_t GetRawDataSize() const override; segptr_t GetListAddress() const; -protected: +public: int32_t numPoints; int8_t unk1; // (MM Only) int16_t unk2; // (MM Only) @@ -45,7 +45,7 @@ public: size_t GetRawDataSize() const override; void SetNumPaths(uint32_t nNumPaths); -protected: +public: uint32_t numPaths; std::vector<PathwayEntry> pathways; }; |
