mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Fix extended pause display (#319)
This commit is contained in:
parent
08f8502cab
commit
3676d2030d
1 changed files with 0 additions and 2 deletions
|
|
@ -3099,8 +3099,6 @@ s16 render_pause_courses_and_castle(void) {
|
|||
if (!gDjuiPanelPauseCreated) {
|
||||
shade_screen();
|
||||
print_hud_pause_colorful_str();
|
||||
render_pause_castle_menu_box(160, 143);
|
||||
render_pause_castle_main_strings(104, 60);
|
||||
|
||||
if (gLevelValues.extendedPauseDisplay) {
|
||||
render_pause_castle_menu_box_extended(160, 143);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue