diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2025-05-02 22:18:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-03 01:18:21 -0400 |
| commit | c033afc1f06569638db6a3defd0ca8849f1d50f7 (patch) | |
| tree | 11f3ff08a459ad1ea5d016e2f73a2c97dcf344e7 /src/d/d_particle.cpp | |
| parent | 0237004eb30655d6f20510620e43b70353594d7b (diff) | |
Match some data (#745)
* J3DTransform Data
* d_map Data
* jstudio-object Data
* JASBankMgr Data
* JASTrack Data
* d_particle Data
* d_camera Data
Diffstat (limited to 'src/d/d_particle.cpp')
| -rw-r--r-- | src/d/d_particle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/d_particle.cpp b/src/d/d_particle.cpp index 346abdfc..36bc99cf 100644 --- a/src/d/d_particle.cpp +++ b/src/d/d_particle.cpp @@ -562,6 +562,7 @@ dPa_smokePcallBack dPa_control_c::mSmokePcallback; dPa_singleRippleEcallBack dPa_control_c::mSingleRippleEcallBack; dPa_ripplePcallBack dPa_control_c::mRipplePcallBack; dPa_bombSmokeEcallBack dPa_control_c::mBombSmokeEcallBack; +Mtx dPa_control_c::mWindViewMatrix; u8 dPa_control_c::mStatus; /* 8007C8E8-8007C9A4 .text __ct__13dPa_control_cFv */ |
