Skip to content

Commit

Permalink
Match StageMenu::OnUpdateRetryMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
toadster172 committed Jan 2, 2025
1 parent 348cf93 commit 0a5030d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AsciiManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ i32 StageMenu::OnUpdateRetryMenu()
this->menuSprites[RETRY_MENU_SPRITE_NO].scaleX = 1.5f;
this->menuSprites[RETRY_MENU_SPRITE_YES].posOffset = D3DXVECTOR3(-4.0f, -4.0f, 0.0f);
this->menuSprites[RETRY_MENU_SPRITE_NO].posOffset = D3DXVECTOR3(0.0f, 0.0f, 0.0f);
if (3 < this->numFrames)
if (4 <= this->numFrames)
{
if (WAS_PRESSED(TH_BUTTON_UP) || WAS_PRESSED(TH_BUTTON_DOWN))
{
Expand Down

0 comments on commit 0a5030d

Please sign in to comment.