diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-06-13 09:47:53 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-12 19:47:53 -0400 |
| commit | 93a6a1eb9abd2f70a28c6c87260580d6725bd85b (patch) | |
| tree | 2ec6e741c3422394fcdb8d0838d54b0162c31bff /src/code/code_800EC960.c | |
| parent | 605f13327a6f66cfc987216f522206d211858802 (diff) | |
Audio_Init_Params.c Cleanup (#1273)
* Document Audio Heap Init Sizes
* Swap order
* Another small change
* Another
* Plural
* swap order
* Reverb Settings
* Return comment
* more cleanup
* Fix data names
Diffstat (limited to 'src/code/code_800EC960.c')
| -rw-r--r-- | src/code/code_800EC960.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_800EC960.c b/src/code/code_800EC960.c index bbd343599..dcb1c0585 100644 --- a/src/code/code_800EC960.c +++ b/src/code/code_800EC960.c @@ -2873,7 +2873,7 @@ void AudioDebug_Draw(GfxPrint* printer) { case PAGE_HEAP_INFO: SETCOL(255, 255, 255); GfxPrint_SetPos(printer, 3, 4); - GfxPrint_Printf(printer, "TOTAL %d", D_8014A6C4.heapSize); + GfxPrint_Printf(printer, "TOTAL %d", gAudioHeapInitSizes.heapSize); GfxPrint_SetPos(printer, 3, 5); GfxPrint_Printf(printer, "DRIVER %05X / %05X", |
