Skip to content

Commit

Permalink
Make git message yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmMoltony committed Jan 13, 2024
1 parent 9b41348 commit f9571b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ void Game::draw(void)
font.printf(5, 99, "libFAT version \1:0:31:0*%d.%d.%d", _LIBFAT_MAJOR_, _LIBFAT_MINOR_, _LIBFAT_PATCH_);
font.printf(5, 110, "MtnLog version \1:0:31:0*%d.%d.%d", MTNLOG_MAJOR, MTNLOG_MINOR, MTNLOG_PATCH);
font.printf(5, 121, "MtnConfig version \1:0:31:0*%d.%d.%d", MTNCONFIG_MAJOR, MTNCONFIG_MINOR, MTNCONFIG_PATCH);
font.printf(5, 132, "Git commit \1:0:31:0*" GIT_COMMIT "\1:31:31:31* \"%s\"", GIT_MESSAGE);
font.printf(5, 132, "Git commit \1:0:31:0*" GIT_COMMIT "\1:31:31:0* \"%s\"", GIT_MESSAGE);

glSprite(2, SCREEN_HEIGHT - 17, GL_FLIP_NONE, sprBButton);
switch (lang)
Expand Down

0 comments on commit f9571b0

Please sign in to comment.