Skip to content

Commit b161cef

Browse files
author
Niko
committed
75% -- forgot to change counter string
1 parent 669e8bf commit b161cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decompile/General/230/230_09_30_MM_CheatCodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ void DECOMP_MM_ParseCheatCodes()
469469
DECOMP_DecalFont_DrawLine(info, WIDE_PICK(5, 100-40), 197, FONT_SMALL, ORANGE);
470470
DECOMP_DecalFont_DrawLine(__DATE__, WIDE_PICK(5, 100-40), 206, FONT_SMALL, ORANGE);
471471
DECOMP_DecalFont_DrawLine(__TIME__, WIDE_PICK(170, 228-40), 206, FONT_SMALL, ORANGE);
472-
DECOMP_DecalFont_DrawLine("74%", WIDE_PICK(285, 315-40), 206, FONT_SMALL, ORANGE);
472+
DECOMP_DecalFont_DrawLine("75%", WIDE_PICK(285, 315-40), 206, FONT_SMALL, ORANGE);
473473
#endif
474474

475475
gpad = &sdata->gGamepads->gamepad[0];

0 commit comments

Comments
 (0)