diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-04 19:03:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-04 16:03:13 -0800 |
| commit | 7fe9a68a9d47750fa0b3956349260fc4e3968047 (patch) | |
| tree | e1e8325785a4466c34ac3ec6ce5e80fa0619d762 /include/JSystem | |
| parent | 4d3f25d34ed0782ba693c80698631cac6add8f9c (diff) | |
d_a_horse 100% (#2912)
* Fix missing line numbers for debug
* Fix horse inlines and HIO
* Match daHorse_c::setEffect
* Improve a few debug matches
* Match daHorse_c::checkHorseNoMove (half fake)
* Update configure.py
Diffstat (limited to 'include/JSystem')
| -rw-r--r-- | include/JSystem/JParticle/JPAEmitter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/JParticle/JPAEmitter.h b/include/JSystem/JParticle/JPAEmitter.h index 22b1edf378..eca7556754 100644 --- a/include/JSystem/JParticle/JPAEmitter.h +++ b/include/JSystem/JParticle/JPAEmitter.h @@ -264,7 +264,7 @@ public: /* 0xE8 */ JPAResource* mpRes; /* 0xEC */ JPAEmitterCallBack* mpEmtrCallBack; /* 0xF0 */ JPAParticleCallBack* mpPtclCallBack; - /* 0xF4 */ volatile u32 mStatus; + /* 0xF4 */ u32 mStatus; /* 0xF8 */ f32 mEmitCount; /* 0xFC */ f32 mScaleOut; /* 0x100 */ u32 mTick; |
