mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 03:12:18 -05:00
Update soh/src/code/audio_load.c
This commit is contained in:
parent
43503ead83
commit
a7ed748973
@ -1445,7 +1445,7 @@ void AudioLoad_Init(void* heap, size_t heapSize) {
|
||||
int seqListSize = 0;
|
||||
char** seqList = ResourceMgr_ListFiles("audio/sequences*", &seqListSize);
|
||||
|
||||
for (int i = 0; i < seqListSize; i++)
|
||||
for (size_t i = 0; i < seqListSize; i++)
|
||||
{
|
||||
SequenceData sDat = ResourceMgr_LoadSeqByName(seqList[i]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user