diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-17 15:25:51 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-17 15:25:51 -0400 |
| commit | 95ceb5c3ef8593b9685af94c0546ee150d43b7ac (patch) | |
| tree | f43938bb6622c3456c18c6c7c9ede63e2fa90b3b /src/d/d_grass.cpp | |
| parent | 6acb5f801bae8bec14b7c0d854b0363daa792d1e (diff) | |
d_a_obj_homen OK
Diffstat (limited to 'src/d/d_grass.cpp')
| -rw-r--r-- | src/d/d_grass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_grass.cpp b/src/d/d_grass.cpp index d80c0eff..2227be92 100644 --- a/src/d/d_grass.cpp +++ b/src/d/d_grass.cpp @@ -149,7 +149,7 @@ void dGrass_data_c::WorkAt(fopAc_ac_c* ac, u32 p1, int roomNo, dCcMassS_HitInf* setBatta(&mPos, &tevStr->mColorK0); if (mItemIdx >= 0) - fopAcM_createItemFromTable(&mPos, mItemIdx, 0xFFFFFFFF, roomNo, daItemType_0_e, NULL, daItemAct_1_e, NULL); + fopAcM_createItemFromTable(&mPos, mItemIdx, -1, roomNo, daItemType_0_e, NULL, daItemAct_1_e, NULL); if (!l_CutSoundFlag) { l_CutSoundFlag = true; mDoAud_seStart(JA_SE_LK_CUT_GRASS, &mPos, 0, dComIfGp_getReverb(roomNo)); |
