mirror of
https://github.com/cy384/ssheven.git
synced 2026-05-15 14:15:58 -06:00
fix quit menu handling
This commit is contained in:
parent
45a6d544c8
commit
9f89ddcced
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ int process_menu_select(int32_t result)
|
|||
|
||||
case MENU_FILE:
|
||||
if (item == 1) preferences_window();
|
||||
if (item == 2) exit = 1;
|
||||
if (item == 3) exit = 1;
|
||||
break;
|
||||
|
||||
case MENU_EDIT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue