From f215e2d649064fdc73bf1e80f5de2999414ef335 Mon Sep 17 00:00:00 2001 From: lepelog <25211966+lepelog@users.noreply.github.com> Date: Sun, 26 Jun 2022 22:33:09 +0200 Subject: more nonmatching --- include/d/msg/d_msg_object.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/d/msg') 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; -- cgit v1.2.3