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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user