F7 uses the normal exit path
This commit is contained in:
parent
31533e8725
commit
8603d32c79
1 changed files with 1 additions and 2 deletions
|
@ -447,8 +447,7 @@ bool gui_refresh()
|
|||
press_ALPHA();
|
||||
break;
|
||||
case SDL_SCANCODE_F7:
|
||||
gui_exit();
|
||||
exit( 0 );
|
||||
please_exit = true;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue