summaryrefslogtreecommitdiff
path: root/bindings.c
diff options
context:
space:
mode:
Diffstat (limited to 'bindings.c')
-rw-r--r--bindings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings.c b/bindings.c
index bec8e16..2921aa8 100644
--- a/bindings.c
+++ b/bindings.c
@@ -409,7 +409,7 @@ void handle_binding_up(keybinding * binding)
show_pause_menu();
} else {
#endif
- current_system->request_exit(current_system);
+ system_request_exit(current_system, 1);
if (current_system->type == SYSTEM_GENESIS) {
genesis_context *gen = (genesis_context *)current_system;
if (gen->extra) {