mirror of
https://github.com/zeldaret/tp
synced 2026-07-08 22:44:44 -04:00
Misc matches (#2845)
* Misc debug matches * Fix d_map weak function order * Remove old nonmatching comments * d_menu_dmap and JASAudioThread OK, fix weak func order and rodata alignment * More misc matches
This commit is contained in:
@@ -50,18 +50,11 @@ public:
|
||||
dComIfGs_isEventBit(dSv_event_flag_c::saveBitLabels[354]);
|
||||
}
|
||||
|
||||
void setAction(Mode_e i_action) {
|
||||
mMode = i_action;
|
||||
mAction = ActionTable[mMode];
|
||||
inline void setAction(Mode_e i_action);
|
||||
inline void callInit();
|
||||
inline void callExecute();
|
||||
|
||||
callInit();
|
||||
}
|
||||
|
||||
void callInit() { (this->*mAction[0])(); }
|
||||
|
||||
void callExecute() { (this->*mAction[1])(); }
|
||||
|
||||
static actionFunc ActionTable[][2];
|
||||
static const actionFunc ActionTable[][2];
|
||||
|
||||
private:
|
||||
/* 0x568 */ J3DModel* mpModel;
|
||||
|
||||
Reference in New Issue
Block a user