From: David Volovskiy Date: Tue, 27 Aug 2024 17:09:44 +0000 (-0400) Subject: Changed U LOSE to LOSE X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=c74ed78d72c98433c5b57f2573da984b2d0a4149;p=sensor-watch.git Changed U LOSE to LOSE --- diff --git a/movement/watch_faces/complication/endless_runner_face.c b/movement/watch_faces/complication/endless_runner_face.c index f24003f..54cf31e 100644 --- a/movement/watch_faces/complication/endless_runner_face.c +++ b/movement/watch_faces/complication/endless_runner_face.c @@ -381,7 +381,7 @@ static void begin_playing(endless_runner_state_t *state) { static void display_lose_screen(endless_runner_state_t *state) { game_state.curr_screen = SCREEN_LOSE; game_state.curr_score = 0; - watch_display_string(" U LOSE ", 0); + watch_display_string(" LOSE ", 0); if (state -> soundOn) watch_buzzer_play_note(BUZZER_NOTE_A1, 600); else