Skip to content

Commit

Permalink
as simple as that
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubberduckycooly committed Oct 16, 2022
1 parent 29d7b8f commit 09626c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SonicMania/Objects/Puyo/PuyoGame.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void PuyoGame_Update(void)

if ((ControllerInfo->keyStart.press || Unknown_pausePress) && !RSDK_GET_ENTITY(SLOT_PAUSEMENU, PauseMenu)->classID) {
RSDK.ResetEntitySlot(SLOT_PAUSEMENU, PauseMenu->classID, NULL);
RSDK_GET_ENTITY(SLOT_PAUSEMENU, PauseMenu)->triggerPlayer = 1;
RSDK_GET_ENTITY(SLOT_PAUSEMENU, PauseMenu)->disableRestart = true;
RSDK.PlaySfx(PauseMenu->sfxAccept, false, 0xFF);
RSDK.SetEngineState(ENGINESTATE_FROZEN);
}
Expand Down

0 comments on commit 09626c7

Please sign in to comment.