diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-02-14 15:11:05 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-15 00:11:05 +0100 |
| commit | 101223804a83043ed6e97ccae039f460017f2d80 (patch) | |
| tree | bdd033a16fcb06cabf7cf618c6ef85029e583856 /include/SSystem | |
| parent | e1c5bdb53935499993e03dd3a023e2b6e46e670e (diff) | |
Obj_Oiltubo done (#2071)
Diffstat (limited to 'include/SSystem')
| -rw-r--r-- | include/SSystem/SComponent/c_cc_d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SSystem/SComponent/c_cc_d.h b/include/SSystem/SComponent/c_cc_d.h index 085bea4073..ca9b60ff42 100644 --- a/include/SSystem/SComponent/c_cc_d.h +++ b/include/SSystem/SComponent/c_cc_d.h @@ -498,7 +498,7 @@ public: void OffAtVsPlayerBit() { mObjAt.OffSPrmBit(0xC); } void OnAtVsPlayerBit() { mObjAt.OnSPrmBit(0xC); } void OnCoSPrmBit(u32 flag) { mObjCo.OnSPrmBit(flag); } - void SetAtSprm(u32 prm) { mObjAt.SetSPrm(prm); } + void SetAtSPrm(u32 prm) { mObjAt.SetSPrm(prm); } void SetTgSPrm(u32 prm) { mObjTg.SetSPrm(prm); } void SetCoSPrm(u32 prm) { mObjCo.SetSPrm(prm); } void ClrAtHit() { mObjAt.ClrHit(); } |
