mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-22 23:26:58 +00:00
format
This commit is contained in:
parent
f476d67c8f
commit
d44ef5310e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue