Fix missing return statement.
This commit is contained in:
parent
a01fcae832
commit
f57891864b
@ -398,6 +398,7 @@ int Menu_State::handle_shortcut() {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Loading…
Reference in New Issue
Block a user