mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-28 00:15:50 -04:00
misc actor cleanup
This commit is contained in:
@@ -12,7 +12,7 @@ class daKaji_c : public fopAc_ac_c {
|
||||
public:
|
||||
static const char M_arcname[];
|
||||
|
||||
inline void set_mtx() {
|
||||
void set_mtx() {
|
||||
mpMorf->getModel()->setBaseScale(mScale);
|
||||
mDoMtx_stack_c::transS(current.pos);
|
||||
mDoMtx_stack_c::ZXYrotM(shape_angle);
|
||||
|
||||
@@ -111,10 +111,10 @@ public:
|
||||
|
||||
daRd_c() {}
|
||||
bool isAnm(s8 idx) { return mAnmPrmIdx == idx; }
|
||||
void onIkari() { mbIkari = true; }
|
||||
void offIkari() { mbIkari = false; }
|
||||
bool isIkari() { return mbIkari; }
|
||||
void modeProcInit(int newMode) { modeProc(PROC_INIT, newMode); }
|
||||
void offIkari() { mbIkari = false; }
|
||||
void onIkari() { mbIkari = true; }
|
||||
|
||||
fopAc_ac_c* _searchNearDeadRd(fopAc_ac_c*);
|
||||
BOOL _nodeControl(J3DNode*, J3DModel*);
|
||||
@@ -153,7 +153,7 @@ public:
|
||||
void modeSwWait();
|
||||
void modeKanokeInit();
|
||||
void modeKanoke();
|
||||
void modeProc(daRd_c::Proc_e, int);
|
||||
void modeProc(Proc_e, int);
|
||||
void setBrkAnm(s8);
|
||||
void setBtkAnm(s8);
|
||||
void setAnm(s8, bool);
|
||||
|
||||
@@ -25,9 +25,6 @@ public:
|
||||
|
||||
public:
|
||||
/* 0x290 */ u8 mAction;
|
||||
/* 0x291 */ u8 field_0x291;
|
||||
/* 0x292 */ u8 field_0x292;
|
||||
/* 0x293 */ u8 field_0x293;
|
||||
};
|
||||
|
||||
#endif /* D_A_TAG_MSG_H */
|
||||
|
||||
Reference in New Issue
Block a user