summaryrefslogtreecommitdiff
path: root/include/d/msg
diff options
context:
space:
mode:
authorlepelog <25211966+lepelog@users.noreply.github.com>2022-06-26 22:33:09 +0200
committerlepelog <25211966+lepelog@users.noreply.github.com>2022-06-26 22:33:09 +0200
commitf215e2d649064fdc73bf1e80f5de2999414ef335 (patch)
tree18485b3f5fb6b16c550d30950424251a4917053c /include/d/msg
parentfaea8747414203590cda033d6a2edb0a3c52d3e9 (diff)
more nonmatching
Diffstat (limited to 'include/d/msg')
-rw-r--r--include/d/msg/d_msg_object.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/d/msg/d_msg_object.h b/include/d/msg/d_msg_object.h
index 58b0912dbb..741538ae21 100644
--- a/include/d/msg/d_msg_object.h
+++ b/include/d/msg/d_msg_object.h
@@ -109,7 +109,7 @@ public:
/* 80237F10 */ void setTalkActorLocal(fopAc_ac_c*);
/* 8023800C */ static void readMessageGroup(mDoDvdThd_mountXArchive_c**);
/* 8023803C */ static void changeFlowGroup(s32);
- /* 8023806C */ void demoMessageGroup();
+ /* 8023806C */ static void demoMessageGroup();
/* 80238098 */ void endFlowGroup();
/* 802380C4 */ void changeGroup(s16);
/* 802380F4 */ void getString(u32, J2DTextBox*, J2DTextBox*, JUTFont*, COutFont_c*, char*,
@@ -248,6 +248,9 @@ u16 dMsgObject_getOffering();
inline dMsgObject_c* dMsgObject_getMsgObjectClass() {
return dComIfGp_getMsgObjectClass();
}
+inline void dMsgObject_demoMessageGroup() {
+ dMsgObject_c::demoMessageGroup();
+}
inline bool dMsgObject_isTalkNowCheck() {
return dMsgObject_getMsgObjectClass()->getStatus() != 1 ? true : false;