summaryrefslogtreecommitdiff
path: root/include/d/bg/d_bg_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/d/bg/d_bg_s.h')
-rw-r--r--include/d/bg/d_bg_s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/bg/d_bg_s.h b/include/d/bg/d_bg_s.h
index 510a452406..ccf9816251 100644
--- a/include/d/bg/d_bg_s.h
+++ b/include/d/bg/d_bg_s.h
@@ -108,7 +108,7 @@ public:
fopAc_ac_c* PushPullCallBack(cBgS_PolyInfo const&, fopAc_ac_c*, s16, dBgW_Base::PushPullLabel);
bool WaterChk(dBgS_SplGrpChk* chk) { return SplGrpChk(chk); }
- u32 GetMtrlSndId(cBgS_PolyInfo* param_0) { return dKy_pol_sound_get(param_0); }
+ u32 GetMtrlSndId(const cBgS_PolyInfo& param_0) { return dKy_pol_sound_get(&param_0); }
}; // Size: 0x1404
bool dBgS_CheckBGroundPoly(cBgS_PolyInfo const&);