mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-07 19:10:43 -04:00
Demo work and fakematch cleanup (#1034)
This commit is contained in:
@@ -1474,8 +1474,8 @@ const char* fopMsgM_msgGet_c::getMessage(mesg_header* msg) {
|
||||
mMsgIdx = i;
|
||||
if (mMsgNo == info->mEntries[i].mMsgNo) {
|
||||
JMSMesgEntry_c* entry = &info->mEntries[mMsgIdx];
|
||||
mResMsgNo = entry->mMsgNo;
|
||||
ret = &data[entry->mDataOffs];
|
||||
mResMsgNo = entry->mMsgNo;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user