mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Update src/menu.c
Co-authored-by: Fazana <52551480+FazanaJ@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -4446,7 +4446,7 @@ void draw_character_select_text(UNUSED s32 arg0) {
|
||||
if (osTvType == TV_TYPE_PAL) {
|
||||
yPos = 234;
|
||||
}
|
||||
draw_text(&sMenuCurrDisplayList, SCREEN_WIDTH_HALF, yPos, (char*)D_800E8230 /* "OK?" */, ALIGN_MIDDLE_CENTER);
|
||||
draw_text(&sMenuCurrDisplayList, SCREEN_WIDTH_HALF, yPos, (char *) D_800E8230 /* "OK?" */, ALIGN_MIDDLE_CENTER);
|
||||
}
|
||||
reset_render_settings(&sMenuCurrDisplayList);
|
||||
update_camera_fov(40.0f);
|
||||
|
||||
Reference in New Issue
Block a user