mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
fix nonmatching build
This commit is contained in:
@@ -260,7 +260,7 @@ void Message_DrawTextCredits(PlayState* play, Gfx** gfxP) {
|
||||
Audio_PlaySfx(NA_SE_SY_MESSAGE_END);
|
||||
Font_LoadMessageBoxEndIcon(font, 1);
|
||||
if (play->csCtx.state == CS_STATE_IDLE) {
|
||||
func_8011552C(play, DO_ACTION_RETURN);
|
||||
Interface_SetAButtonDoAction(play, DO_ACTION_RETURN);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -282,7 +282,7 @@ void Message_DrawTextCredits(PlayState* play, Gfx** gfxP) {
|
||||
msgCtx->stateTimer = msgCtx->decodedBuffer.schar[++i];
|
||||
Font_LoadMessageBoxEndIcon(font, 1);
|
||||
if (play->csCtx.state == CS_STATE_IDLE) {
|
||||
func_8011552C(play, DO_ACTION_RETURN);
|
||||
Interface_SetAButtonDoAction(play, DO_ACTION_RETURN);
|
||||
}
|
||||
}
|
||||
*gfxP = gfx;
|
||||
|
||||
Reference in New Issue
Block a user