mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 13:46:21 -04:00
Update all code to use the new enum formats
This commit is contained in:
@@ -634,7 +634,7 @@ void dPa_control_c::createCommon(const void* param_1) {
|
||||
mEmitterMng = new(mHeap, 0) JPAEmitterManager(mCommonResMng, 3000, 150, 200, mHeap);
|
||||
JUT_ASSERT(1324, mEmitterMng != NULL);
|
||||
JKRHeap* oldHeap = mDoExt_setCurrentHeap(mHeap);
|
||||
mModelControl = new dPa_modelControl_c((J3DModelData*)dComIfG_getObjectRes("Always", ALWAYS_BDL_MPM_TUBO));
|
||||
mModelControl = new dPa_modelControl_c((J3DModelData*)dComIfG_getObjectRes("Always", dRes_INDEX_ALWAYS_BDL_MPM_TUBO_e));
|
||||
JUT_ASSERT(1332, mModelControl != NULL);
|
||||
for (u16 i = 0; i < 8; i++) {
|
||||
u16 id = dPa_name::j_o_id[i];
|
||||
|
||||
Reference in New Issue
Block a user