2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 22:27:41 +00:00

Fix inconsistent state causing Exo to fling herself off into the void

This commit is contained in:
2020-10-08 20:35:24 -07:00
parent 2d56e56411
commit 215eedc013
5 changed files with 170 additions and 39 deletions

View File

@@ -222,6 +222,7 @@ public:
std::vector<SSwooshData> const& GetSwooshes() const { return x15c_swooshes; }
std::vector<SSwooshData>& GetSwooshes() { return x15c_swooshes; }
u32 GetCurParticle() const { return x158_curParticle; }
static u32 GetAliveParticleSystemCount() { return g_ParticleSystemAliveCount; }
};
} // namespace urde