mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 12:06:07 +00:00
Minor fixes, NES symbols
Former-commit-id: 2d11927a261d8187dd00ce005f68a115614d6882
This commit is contained in:
@@ -52,9 +52,7 @@ public:
|
||||
const TLockedToken< CSkinnedModel >& GetModelData() const { return xd8_modelData; }
|
||||
|
||||
void SetIsAnimating(bool v) { x220_24_animating = v; }
|
||||
void SetParticleEffectState(const rstl::string& name, bool active, CStateManager& mgr) {
|
||||
x120_particleDB.SetParticleEffectState(name, active, mgr);
|
||||
}
|
||||
void SetParticleEffectState(const rstl::string& name, const bool active, CStateManager& mgr);
|
||||
|
||||
int GetCharacterIndex() const { return x204_charIdx; }
|
||||
float GetAverageVelocity(int idx) const;
|
||||
|
||||
Reference in New Issue
Block a user