diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-05 00:46:13 +0100 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-05 00:46:13 +0100 |
| commit | 7173439cd8424b562b3bc87b935e29aaaf14658e (patch) | |
| tree | 007d660cb564e73b49672985fd4503ed00c41ad5 /src/Main/Message/BMG.cpp | |
| parent | b072add9515e35d733e089b3b54af910d47d9eb1 (diff) | |
post-update cleanup: step 2
Diffstat (limited to 'src/Main/Message/BMG.cpp')
| -rw-r--r-- | src/Main/Message/BMG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Message/BMG.cpp b/src/Main/Message/BMG.cpp index 8d899b5b..1d8c2f06 100644 --- a/src/Main/Message/BMG.cpp +++ b/src/Main/Message/BMG.cpp @@ -66,7 +66,7 @@ THUMB u16 func_020371c8(BMGFileInfo* pFileInfo, u32* pFile, s16 unk_18) { groupId = -1; pFileInfo->unk_14 = (BMGHeader*)pFile; pFileInfo->pHeader = (BMGHeader*)pFile; - pFileInfo->unk_18 = unk_18; + pFileInfo->unk_18 = mUnk_18; pSection = (SectionBase*)((u8*)pFile + sizeof(BMGHeader)); for (i = 0; i < pFileInfo->pHeader->numSections; i++) { |
