summaryrefslogtreecommitdiff
path: root/src/d/d_timer.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2024-03-19 04:31:53 -0700
committerGitHub <noreply@github.com>2024-03-19 13:31:53 +0200
commit25d51079a315a7e8e1b745f06ca857b2c48cf532 (patch)
tree70108224ec24446fc9cd44a6cfaed83bdd23c2ab /src/d/d_timer.cpp
parent38e0f8927a7f14af61748d0226b4eb89513cb2a9 (diff)
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
Diffstat (limited to 'src/d/d_timer.cpp')
-rw-r--r--src/d/d_timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_timer.cpp b/src/d/d_timer.cpp
index 3e72d130ea..e3aa040a55 100644
--- a/src/d/d_timer.cpp
+++ b/src/d/d_timer.cpp
@@ -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);
}