mirror of
https://github.com/zeldaret/tp
synced 2026-05-28 08:25:48 -04:00
rename variable in accordance with assert (#2797)
This commit is contained in:
@@ -1017,7 +1017,7 @@ public:
|
||||
|
||||
class daNpcF_c : public fopAc_ac_c {
|
||||
protected:
|
||||
/* 0x568 */ mDoExt_McaMorfSO* mpMorf;
|
||||
/* 0x568 */ mDoExt_McaMorfSO* mAnm_p;
|
||||
/* 0x56C */ mDoExt_bckAnm mBckAnm;
|
||||
/* 0x588 */ mDoExt_btpAnm mBtpAnm;
|
||||
/* 0x5A0 */ mDoExt_btkAnm mBtkAnm;
|
||||
|
||||
@@ -181,7 +181,7 @@ public:
|
||||
/* 80A82878 */ inline void drawOtherMdls();
|
||||
/* 80A82900 */ inline BOOL drawDbgInfo();
|
||||
|
||||
MtxP getHandRMtx() { return mpMorf->getModel()->getAnmMtx(17); }
|
||||
MtxP getHandRMtx() { return mAnm_p->getModel()->getAnmMtx(17); }
|
||||
|
||||
s16 getMessageNo() { return (fopAcM_GetParam(this) >> 8) & 0xFFFF; }
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ public:
|
||||
/* 80AFFFE0 */ void EvCut_TheBHint(int);
|
||||
/* 80B00204 */ void EvCut_CoachGuardGameOver(int);
|
||||
|
||||
void setTRMtx(MtxP mtx) { mpMorf->getModel()->setBaseTRMtx(mtx); }
|
||||
void setTRMtx(MtxP mtx) { mAnm_p->getModel()->setBaseTRMtx(mtx); }
|
||||
void setGameOver() { mGameOver = 1; }
|
||||
|
||||
static u8 mEvtSeqList[72];
|
||||
|
||||
@@ -323,7 +323,7 @@ public:
|
||||
int getType() { return mType; }
|
||||
u32 getAngleNoFromParam() { return (u8)(fopAcM_GetParam(this) >> 8); }
|
||||
void setBlastFlag(u8 i_flag) { mBlastFlag = i_flag; }
|
||||
MtxP getHeadMtx() { return mpMorf->getModel()->getAnmMtx(4); }
|
||||
MtxP getHeadMtx() { return mAnm_p->getModel()->getAnmMtx(4); }
|
||||
|
||||
/* 0x0B48 */ Z2Creature mCreatureSound;
|
||||
/* 0x0BD8 */ J3DModel* mpObjectModel[3];
|
||||
|
||||
Reference in New Issue
Block a user