diff options
| author | lepelog <25211966+lepelog@users.noreply.github.com> | 2022-06-30 23:24:35 +0200 |
|---|---|---|
| committer | lepelog <25211966+lepelog@users.noreply.github.com> | 2022-07-01 00:12:01 +0200 |
| commit | e71aa4578de3e44671175786b8dcc44195f39638 (patch) | |
| tree | f0719247da03b26e03c0e3d89a21ffc6f2454760 /src/d/msg/d_msg_object.cpp | |
| parent | 046d178003035ea87d3042a61917c2d482c68c74 (diff) | |
move inlines
Diffstat (limited to 'src/d/msg/d_msg_object.cpp')
| -rw-r--r-- | src/d/msg/d_msg_object.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/d/msg/d_msg_object.cpp b/src/d/msg/d_msg_object.cpp index a70b4d677a..d44099f41d 100644 --- a/src/d/msg/d_msg_object.cpp +++ b/src/d/msg/d_msg_object.cpp @@ -932,16 +932,12 @@ asm void dMsgObject_c::isSend() { } #pragma pop -inline dStage_stageDt_c* dComIfGp_getStage() { - return &g_dComIfG_gameInfo.play.getStage(); -} - /* 80236BF8-80236C90 231538 0098+00 1/1 0/0 0/0 .text * readMessageGroupLocal__12dMsgObject_cFPP25mDoDvdThd_mountXArchive_c */ void dMsgObject_c::readMessageGroupLocal(mDoDvdThd_mountXArchive_c** p_arcMount) { static char arcName[22]; - int msgGroup = dStage_stagInfo_GetMsgGroup(dComIfGp_getStage()->getStagInfo()); + int msgGroup = dStage_stagInfo_GetMsgGroup(i_dComIfGp_getStage()->getStagInfo()); sprintf(arcName, "/res/Msgus/bmgres%d.arc", msgGroup); *p_arcMount = mDoDvdThd_mountXArchive_c::create(arcName, 0, JKRArchive::MOUNT_MEM, NULL); |
