mirror of
https://github.com/zeldaret/tp
synced 2026-06-02 18:18:59 -04:00
remove "duplicated" inlines (#2099)
* fix f_op_actor_mng inlines * fix f_pc inlines * fix d_a_alink weak func signatures * fix d_com_inf_game inlines * fix some more inlines * fix rest of player inlines * m_Do / JSystem inlines fixed * fix upstream changes
This commit is contained in:
+1
-1
@@ -160,7 +160,7 @@ int dTimer_c::_create() {
|
||||
|
||||
/* 8025CF04-8025D33C 257844 0438+00 1/1 0/0 0/0 .text _execute__8dTimer_cFv */
|
||||
int dTimer_c::_execute() {
|
||||
if (m_timer_mode == 6 && i_dComIfGs_getLife() == 0) {
|
||||
if (m_timer_mode == 6 && dComIfGs_getLife() == 0) {
|
||||
fopMsgM_Delete(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user