summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_timer.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-17 22:26:56 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-17 22:26:56 -0400
commit822b13e57a978cb940abfdb2286588ad3c338b4d (patch)
tree7cb41bc9704d93c8659f4f0e596dcd503da6064f /src/d/actor/d_a_obj_timer.cpp
parent455ff4a5717c39b8d2fae08528eace46b7dc6d38 (diff)
Add `cPhs_State` typedef and use it everywhere
Diffstat (limited to 'src/d/actor/d_a_obj_timer.cpp')
-rw-r--r--src/d/actor/d_a_obj_timer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_obj_timer.cpp b/src/d/actor/d_a_obj_timer.cpp
index fe383b23..52fab709 100644
--- a/src/d/actor/d_a_obj_timer.cpp
+++ b/src/d/actor/d_a_obj_timer.cpp
@@ -10,7 +10,7 @@
#include "weak_data_1811.h" // IWYU pragma: keep
/* 00000078-00000114 .text _create__Q210daObjTimer5Act_cFv */
-s32 daObjTimer::Act_c::_create() {
+cPhs_State daObjTimer::Act_c::_create() {
fopAcM_SetupActor(this, daObjTimer::Act_c);
fopAcM_offDraw(this);
@@ -91,7 +91,7 @@ bool daObjTimer::Act_c::_execute() {
namespace daObjTimer {
namespace {
/* 00000394-000003B4 .text Mthd_Create__Q210daObjTimer27@unnamed@d_a_obj_timer_cpp@FPv */
-s32 Mthd_Create(void* i_this) {
+cPhs_State Mthd_Create(void* i_this) {
return static_cast<daObjTimer::Act_c*>(i_this)->_create();
}