diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-03 15:41:55 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-03 15:41:55 -0500 |
| commit | 74f571ff9738d494eed3159fe99bf0a47dfc5798 (patch) | |
| tree | dea2a3df28140632ace67c37a0aaf9e891f5225a /src/d/d_particle.cpp | |
| parent | 129400c80130da50601236c0d533f7d49a140155 (diff) | |
Clean up resource enums, more inline work
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 6db70244..dff2dcc3 100644 --- a/src/d/d_particle.cpp +++ b/src/d/d_particle.cpp @@ -444,7 +444,7 @@ void dPa_control_c::createCommon(const void* param_1) { mEmitterMng = new(mHeap, 0) JPAEmitterManager(mCommonResMng, 3000, 150, 200, mHeap); JUT_ASSERT(1324, mEmitterMng != 0); JKRHeap* oldHeap = mDoExt_setCurrentHeap(mHeap); - mModelControl = new dPa_modelControl_c((J3DModelData*)g_dComIfG_gameInfo.mResControl.getObjectRes("Always", 0x31)); + mModelControl = new dPa_modelControl_c((J3DModelData*)dComIfG_getObjectRes("Always", ALWAYS_BDL_MPODA)); JUT_ASSERT(1332, mModelControl != 0); for (u16 i = 0; i < 8; i++) { u16 var1 = dPa_name::j_o_id[i]; |
