diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-05 01:47:40 +0100 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-05 01:47:40 +0100 |
| commit | 5bd0f31b8bb36f54578a109a6dc6a24a2d6e4631 (patch) | |
| tree | 3fe0cf67868cca32199cd47e3cc2ecf7cd4df5ef /src/Main/Message/BMG.cpp | |
| parent | 7173439cd8424b562b3bc87b935e29aaaf14658e (diff) | |
post-update cleanup: step 3 (1/2)
Diffstat (limited to 'src/Main/Message/BMG.cpp')
| -rw-r--r-- | src/Main/Message/BMG.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Main/Message/BMG.cpp b/src/Main/Message/BMG.cpp index 1d8c2f06..edf2f9f5 100644 --- a/src/Main/Message/BMG.cpp +++ b/src/Main/Message/BMG.cpp @@ -54,8 +54,8 @@ THUMB void func_020371b4(BMGFileInfo* pFileInfo) { pFileInfo->pFLW1 = NULL; pFileInfo->pFLI1 = NULL; pFileInfo->pDAT1 = NULL; - pFileInfo->unk_14 = NULL; - pFileInfo->unk_18 = 0; + pFileInfo->mUnk_14 = NULL; + pFileInfo->mUnk_18 = 0; } THUMB u16 func_020371c8(BMGFileInfo* pFileInfo, u32* pFile, s16 unk_18) { @@ -64,9 +64,9 @@ THUMB u16 func_020371c8(BMGFileInfo* pFileInfo, u32* pFile, s16 unk_18) { u32 i; groupId = -1; - pFileInfo->unk_14 = (BMGHeader*)pFile; + pFileInfo->mUnk_14 = (BMGHeader*)pFile; pFileInfo->pHeader = (BMGHeader*)pFile; - pFileInfo->unk_18 = mUnk_18; + pFileInfo->mUnk_18 = unk_18; pSection = (SectionBase*)((u8*)pFile + sizeof(BMGHeader)); for (i = 0; i < pFileInfo->pHeader->numSections; i++) { @@ -173,8 +173,8 @@ THUMB void BMGGroups::func_020373b4(s16 unk_18) { s32 i; for (i = 0; i < this->numEntries; i++) { - if (this->entries[i].unk_18 == unk_18) { - func_0202d590(this->entries[i].unk_14); + if (this->entries[i].mUnk_18 == unk_18) { + func_0202d590(this->entries[i].mUnk_14); func_020371b4(&this->entries[i]); } } |
