shorten message (#891)

This commit is contained in:
Logan McNaughton
2026-05-15 08:58:19 +02:00
committed by GitHub
parent d17c577ccd
commit 3a301c517d
+1 -1
View File
@@ -204,7 +204,7 @@ bool sdl_event_filter(void *userdata, SDL_Event *event) {
std::format("Challenge indicators: {}",
display_challenge_indicator ? "ON" : "OFF")
.c_str(),
MESSAGE_SHORT);
MESSAGE_VERY_SHORT);
break;
case SDL_SCANCODE_F12:
callback.reset_game = true;