fix missing return statement

This commit is contained in:
whitesnakeftw 2026-03-18 14:24:28 +01:00
parent fb4efa013e
commit 00d41fe0d1

View file

@ -422,6 +422,7 @@ sc_input_manager_process_key(struct sc_input_manager *im,
if (im->kp && !shift && !repeat && !paused) {
action_app_switch(im, action);
}
return;
case SDLK_m:
if (im->kp && !shift && !repeat && !paused) {
action_menu(im, action);