mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
initialize soundFontData
This commit is contained in:
parent
b335f4472b
commit
a53ed5f49a
@ -238,7 +238,7 @@ void* AudioLoad_SyncLoadSeqFonts(s32 seqId, u32* outFontId) {
|
|||||||
s32 index = ((u16*) gSeqFontTable)[AudioLoad_GetLoadTableIndex(SEQUENCE_TABLE, seqId)];
|
s32 index = ((u16*) gSeqFontTable)[AudioLoad_GetLoadTableIndex(SEQUENCE_TABLE, seqId)];
|
||||||
s32 fontId = 0xFF;
|
s32 fontId = 0xFF;
|
||||||
s32 numFonts = gSeqFontTable[index++];
|
s32 numFonts = gSeqFontTable[index++];
|
||||||
void* soundFontData;
|
void* soundFontData = NULL;
|
||||||
|
|
||||||
for (numFonts; numFonts > 0; numFonts--) {
|
for (numFonts; numFonts > 0; numFonts--) {
|
||||||
fontId = gSeqFontTable[index++];
|
fontId = gSeqFontTable[index++];
|
||||||
|
Loading…
Reference in New Issue
Block a user