Skip to content

Commit

Permalink
always remove the start clock window when closing the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
iriv24 committed Aug 30, 2024
1 parent c2f99f0 commit eca0010
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/start_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,12 +550,10 @@ static void RemoveExtraStartMenuWindows(void)
ClearStdWindowAndFrameToTransparent(sBattlePyramidFloorWindowId, FALSE);
RemoveWindow(sBattlePyramidFloorWindowId);
}
else
{
ClearStdWindowAndFrameToTransparent(sStartClockWindowId, FALSE);
// CopyWindowToVram(sStartClockWindowId, COPYWIN_GFX);
RemoveWindow(sStartClockWindowId);
}

ClearStdWindowAndFrameToTransparent(sStartClockWindowId, FALSE);
// CopyWindowToVram(sStartClockWindowId, COPYWIN_GFX);
RemoveWindow(sStartClockWindowId);
}

static bool32 PrintStartMenuActions(s8 *pIndex, u32 count)
Expand Down

0 comments on commit eca0010

Please sign in to comment.