diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-06-06 20:32:17 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-06 11:32:17 -0600 |
| commit | 98582af6d2999108c2bce482f1a5b91bbc4ac5fa (patch) | |
| tree | a334b85f6ad254146b148d82124f5f9a8367bfef /include/d/msg | |
| parent | 565453690e25c7e7dcd398befc5b621827db4745 (diff) | |
work on d_a_npc, d_a_npc_ash, d_a_tag_evtarea (#345)
All credit goes to randomsalience
Diffstat (limited to 'include/d/msg')
| -rw-r--r-- | include/d/msg/d_msg_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/msg/d_msg_object.h b/include/d/msg/d_msg_object.h index bef18638c3..c829b8105b 100644 --- a/include/d/msg/d_msg_object.h +++ b/include/d/msg/d_msg_object.h @@ -136,7 +136,7 @@ public: /* 80238320 */ static void onMsgSend(); /* 8023834C */ void offMsgSend(); /* 80238378 */ void isMsgSend(); - /* 802383A4 */ bool isMouthCheck(); + /* 802383A4 */ static bool isMouthCheck(); /* 802383D0 */ static u32 getMessageID(); /* 802383E4 */ void getSmellTypeMessageID(); /* 80238410 */ static void setSmellType(u8); |
