From e9f4fc638ed904cc0dcdac24ea7708c9a220a702 Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Tue, 17 Oct 2023 22:04:12 -0400 Subject: update to latest version used by SoH --- ZAPD/ZPath.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ZAPD/ZPath.h') 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 pathways; }; -- cgit v1.2.3