diff options
Diffstat (limited to 'src/d/actor/d_a_am2.cpp')
| -rw-r--r-- | src/d/actor/d_a_am2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_am2.cpp b/src/d/actor/d_a_am2.cpp index 13875624..e6831e8c 100644 --- a/src/d/actor/d_a_am2.cpp +++ b/src/d/actor/d_a_am2.cpp @@ -168,7 +168,7 @@ static BOOL medama_atari_check(am2_class* i_this) { if (hitObj->GetAtType() & AT_TYPE_GRAPPLING_HOOK) { if (i_this->mCurrBckIdx != AM2_BCK_SLEEP) { - if (i_this->mItemStealLeft > 0) { + if (i_this->mStealItemLeft > 0) { s8 origHealth = i_this->mHealth; i_this->mHealth = 10; atInfo.mpObj = i_this->mEyeSph.GetTgHitObj(); @@ -1338,7 +1338,7 @@ static s32 daAM2_Create(fopAc_ac_c* i_actor) { i_this->mItemTableIdx = dComIfGp_CharTbl()->GetNameIndex("amos2", 0); i_this->mMaxHealth = 2; i_this->mHealth = 2; - i_this->mItemStealLeft = 3; + i_this->mStealItemLeft = 3; i_this->model = i_this->mpMorf->getModel(); fopAcM_SetMtx(i_this, i_this->mpMorf->mpModel->getBaseTRMtx()); |
