From 25e69da75e7c76b3b65ec1ecd6a4cfecfeaf65be Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Sat, 20 Jan 2024 19:27:19 -0500 Subject: d_cc_uty OK --- src/d/actor/d_a_am2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/d/actor/d_a_am2.cpp') 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()); -- cgit v1.2.3