summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_npc_kamome.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-28 22:35:13 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-28 22:35:13 -0400
commitb9c1eed694ed7fe2e5c4ac54d38fe982ef4426b0 (patch)
tree35ac954ae57196dbb09c28594fe2c93988dd1887 /src/d/actor/d_a_npc_kamome.cpp
parent09746976e3bdb0945010393a3be07e51e5d0ac5a (diff)
d_demo work
Diffstat (limited to 'src/d/actor/d_a_npc_kamome.cpp')
-rw-r--r--src/d/actor/d_a_npc_kamome.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_kamome.cpp b/src/d/actor/d_a_npc_kamome.cpp
index 0da9a99a..ec4fbf20 100644
--- a/src/d/actor/d_a_npc_kamome.cpp
+++ b/src/d/actor/d_a_npc_kamome.cpp
@@ -981,7 +981,7 @@ BOOL daNpc_kam_c::actionDefault(int evtStaffId) {
/* 0000351C-00003580 .text initialWaitEvent__11daNpc_kam_cFi */
void daNpc_kam_c::initialWaitEvent(int evtStaffId) {
- u32* timerP = dComIfGp_evmng_getMyIntegerP(evtStaffId, "timer");
+ int* timerP = dComIfGp_evmng_getMyIntegerP(evtStaffId, "timer");
if (timerP) {
mWaitTimer = *timerP;
} else {