diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-28 22:35:13 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-28 22:35:13 -0400 |
| commit | b9c1eed694ed7fe2e5c4ac54d38fe982ef4426b0 (patch) | |
| tree | 35ac954ae57196dbb09c28594fe2c93988dd1887 /src/d/actor/d_a_npc_kamome.cpp | |
| parent | 09746976e3bdb0945010393a3be07e51e5d0ac5a (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.cpp | 2 |
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 { |
