mirror of
https://github.com/joeycastillo/second-movement.git
synced 2026-03-07 00:48:42 +00:00
Typo fix
This commit is contained in:
@ -246,7 +246,7 @@ static void display_tie(void) {
|
||||
static void display_bust(void) {
|
||||
game_state = BJ_RESULT;
|
||||
add_to_games_played = true;
|
||||
watch_display_text_with_fallback(WATCH_POSITION_BOTTOM, "8UST ", " BUST");
|
||||
watch_display_text_with_fallback(WATCH_POSITION_BOTTOM, "8UST", " BUST");
|
||||
}
|
||||
|
||||
static void display_title(void) {
|
||||
|
||||
Reference in New Issue
Block a user