mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 09:35:21 +02:00
shorten message (#891)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user