Fix missing return statement.

This commit is contained in:
Matthias Melcher 2025-11-21 12:46:29 +01:00
parent a01fcae832
commit f57891864b

View File

@ -398,6 +398,7 @@ int Menu_State::handle_shortcut() {
return 1;
}
}
return 0;
}
//