summaryrefslogtreecommitdiff
path: root/src/code_80057C60.c
diff options
context:
space:
mode:
authorMegaMech <7255464+MegaMech@users.noreply.github.com>2025-01-04 17:31:32 -0700
committerMegaMech <7255464+MegaMech@users.noreply.github.com>2025-01-04 17:31:32 -0700
commit8746a4337e17f32a38920a45c2e8a0676fbf08bf (patch)
treebc8b68dfacaab227891e5397f58fc3e421086cfc /src/code_80057C60.c
parent4dfc8a9fef29af9319d7c145ba7190540ccd9d02 (diff)
Wide screen progress
Diffstat (limited to 'src/code_80057C60.c')
-rw-r--r--src/code_80057C60.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code_80057C60.c b/src/code_80057C60.c
index d9be361fa..1db6761de 100644
--- a/src/code_80057C60.c
+++ b/src/code_80057C60.c
@@ -1122,7 +1122,8 @@ void render_hud_2p_vertical_player_two(void) {
void render_hud_lap_3p_4p(s32 playerId) {
if (gModeSelection != BATTLE) {
if (D_801657F8 && gIsHUDVisible) {
- draw_hud_2d_texture_32x8(playerHUD[playerId].lapX, playerHUD[playerId].lapY, (u8*) common_texture_hud_lap);
+ //draw_hud_2d_texture_32x8(playerHUD[playerId].lapX, playerHUD[playerId].lapY, (u8*) common_texture_hud_lap);
+ draw_hud_2d_texture(playerHUD[playerId].lapX, playerHUD[playerId].lapY, 32, 8, common_texture_hud_lap);
draw_lap_count(playerHUD[playerId].lapX - 12, playerHUD[playerId].lapY + 4,
playerHUD[playerId].alsoLapCount);
}