mirror of
https://github.com/zeldaret/oot
synced 2026-05-31 09:21:59 -04:00
Revert "reduce diff"
This reverts commit cd4ac24d8809f3f8e5b0f91788bffd72b47d15af.
This commit is contained in:
@@ -1446,7 +1446,7 @@ void Audio_SampleReloc(AudioBankSound* sound, u32 arg1, RelocInfo* arg2) {
|
||||
|
||||
sample->unk_bits25 = 1;
|
||||
if (sample->unk_bits26 && (sample->medium != 0)) {
|
||||
gAudioContext.unk_B68[gAudioContext.unk_1768++] = sample;
|
||||
gAudioContext.unk_0B68[gAudioContext.unk_1768++] = sample;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1564,7 +1564,7 @@ void func_800E48C0(AudioBankSound* sound) {
|
||||
AudioBankSample* sample = sound->sample;
|
||||
|
||||
if ((sample->size != 0) && (sample->unk_bits26) && (sample->medium)) {
|
||||
gAudioContext.unk_B68[gAudioContext.unk_1768++] = sample;
|
||||
gAudioContext.unk_0B68[gAudioContext.unk_1768++] = sample;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user