1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-22 14:55:39 +00:00
This commit is contained in:
Dragorn421 2024-08-21 17:45:14 +02:00
parent f476d67c8f
commit d44ef5310e
No known key found for this signature in database
GPG key ID: 381AEBAF3D429335

View file

@ -641,7 +641,7 @@ void KaleidoScope_DrawQuestStatus(PlayState* play, GraphicsContext* gfxCtx) {
pauseCtx->ocarinaStaff = AudioOcarina_GetPlaybackStaff();
if (pauseCtx->ocarinaStaff->pos != 0) {
if (sPlayedSongBtnsNum == (pauseCtx->ocarinaStaff->pos-1)) {
if (sPlayedSongBtnsNum == (pauseCtx->ocarinaStaff->pos - 1)) {
sPlayedSongBtnsNum++;
sPlayedSongBtns[pauseCtx->ocarinaStaff->pos - 1] = pauseCtx->ocarinaStaff->buttonIndex;
}