mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-25 22:07:12 -04:00
This commit is contained in:
+15
-15
@@ -311,7 +311,7 @@ int daGrass_c::create() {
|
||||
(num >= 16 && num <= 21 && i >= 16) ||
|
||||
(num >= 4 && num <= 7 && i >= 4))
|
||||
{
|
||||
newGrassData(pos, fopAcM_GetRoomNo(this), fpcNm_ITEM_NONE, 0xFF, add_col, temp_r26);
|
||||
newGrassData(pos, fopAcM_GetRoomNo(this), dItemNo_NONE_e, 0xFF, add_col, temp_r26);
|
||||
} else {
|
||||
newGrassData(pos, fopAcM_GetRoomNo(this), itemNo, itemBitNo, add_col, temp_r26);
|
||||
}
|
||||
@@ -401,20 +401,20 @@ static actor_method_class daGrass_METHODS = {
|
||||
};
|
||||
|
||||
actor_process_profile_definition g_profile_GRASS = {
|
||||
fpcLy_CURRENT_e, // mLayerID
|
||||
11, // mListID
|
||||
fpcPi_CURRENT_e, // mListPrio
|
||||
PROC_GRASS, // mProcName
|
||||
&g_fpcLf_Method.base, // sub_method
|
||||
sizeof(daGrass_c), // mSize
|
||||
0, // mSizeOther
|
||||
0, // mParameters
|
||||
&g_fopAc_Method.base, // sub_method
|
||||
8, // mPriority
|
||||
&daGrass_METHODS, // sub_method
|
||||
0x00060000, // mStatus
|
||||
fopAc_ACTOR_e, // mActorType
|
||||
fopAc_CULLBOX_0_e, // cullType
|
||||
/* Layer ID */ fpcLy_CURRENT_e,
|
||||
/* List ID */ 11,
|
||||
/* List Prio */ fpcPi_CURRENT_e,
|
||||
/* Proc Name */ fpcNm_GRASS_e,
|
||||
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
||||
/* Size */ sizeof(daGrass_c),
|
||||
/* Size Other */ 0,
|
||||
/* Parameters */ 0,
|
||||
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
||||
/* Draw Prio */ fpcDwPi_GRASS_e,
|
||||
/* Actor SubMtd */ &daGrass_METHODS,
|
||||
/* Status */ fopAcStts_UNK_0x40000_e | fopAcStts_NOPAUSE_e,
|
||||
/* Group */ fopAc_ACTOR_e,
|
||||
/* Cull Type */ fopAc_CULLBOX_0_e,
|
||||
};
|
||||
|
||||
AUDIO_INSTANCES;
|
||||
|
||||
Reference in New Issue
Block a user