diff options
| author | Caroline Madsen <69010899+randomsalience@users.noreply.github.com> | 2024-01-19 19:57:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-19 16:57:56 -0800 |
| commit | 5ad3727d177dd7b1c39523e3377410902cb781ad (patch) | |
| tree | a952c5101b8275dd3e6b62799d12b55f08d95456 /src/d/msg/d_msg_flow.cpp | |
| parent | 981cfe7283c0a39b8d1845d8ba59f3bb1e192932 (diff) | |
work on d_a_npc_ne (#2037)
Diffstat (limited to 'src/d/msg/d_msg_flow.cpp')
| -rw-r--r-- | src/d/msg/d_msg_flow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/msg/d_msg_flow.cpp b/src/d/msg/d_msg_flow.cpp index 37b0635d81..89087af763 100644 --- a/src/d/msg/d_msg_flow.cpp +++ b/src/d/msg/d_msg_flow.cpp @@ -673,12 +673,12 @@ u16 dMsgFlow_c::getEventId(int* oItemId_p) { } /* 8024A538-8024A540 244E78 0008+00 0/0 3/3 4/4 .text getMsgNo__10dMsgFlow_cFv */ -int dMsgFlow_c::getMsgNo() { +u32 dMsgFlow_c::getMsgNo() { return mMsgNo; } /* 8024A540-8024A548 244E80 0008+00 0/0 0/0 12/12 .text getNowMsgNo__10dMsgFlow_cFv */ -int dMsgFlow_c::getNowMsgNo() { +u32 dMsgFlow_c::getNowMsgNo() { return mNowMsgNo; } |
