diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-10-28 04:00:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-28 13:00:15 +0200 |
| commit | b1d7bc9cc42699a20dd84e8db0d1d768346ebae3 (patch) | |
| tree | 8f3fdfa4ab69da7bb93833f16d51be9bc8801a74 /src/d/d_particle.cpp | |
| parent | f5e80cf9fda54894e97af8629386e2a7c562479a (diff) | |
d_a_alink_effect mostly done (#2227)
* d_a_alink_effect work
* more d_a_alink_effect work
* some d_a_alink data cleanup
* d_a_alink_effect mostly done
Diffstat (limited to 'src/d/d_particle.cpp')
| -rw-r--r-- | src/d/d_particle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_particle.cpp b/src/d/d_particle.cpp index 927f61ef30..a84bee23eb 100644 --- a/src/d/d_particle.cpp +++ b/src/d/d_particle.cpp @@ -1194,7 +1194,7 @@ u8 dPa_control_c::mLifeBall[24]; JPAEmitterManager* dPa_control_c::mEmitterMng; /* 80450EA4-80450EA8 0003A4 0004+00 1/1 1/1 0/0 .sbss mWaterBubblePcallBack__13dPa_control_c */ -u8 dPa_control_c::mWaterBubblePcallBack[4]; +JPAParticleCallBack dPa_control_c::mWaterBubblePcallBack; /* 80450EA8-80450EAC 0003A8 0004+00 3/3 0/0 0/0 .sbss mFsenthPcallBack__13dPa_control_c */ |
