Why was the stage menu transient? fixed
This commit is contained in:
parent
8668021710
commit
f06d101399
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ void create_stage_menu(MenuData *m) {
|
|||
int i;
|
||||
|
||||
create_menu(m);
|
||||
m->flags = MF_Transient | MF_Abortable;
|
||||
m->flags = MF_Abortable;
|
||||
|
||||
for(i = 0; stages[i].loop; ++i) if(!stages[i].hidden) {
|
||||
snprintf(title, STGMENU_MAX_TITLE_LENGTH, "%s", stages[i].title);
|
||||
|
|
Loading…
Reference in a new issue