a break to prevent potential breakages.
This commit is contained in:
parent
610332bc2f
commit
7ada0477d9
1 changed files with 1 additions and 0 deletions
|
@ -551,6 +551,7 @@ void stage_loop(StageInfo* info, StageRule start, StageRule end, StageRule draw,
|
|||
destroy_menu(global.menu);
|
||||
free(global.menu);
|
||||
global.menu = NULL;
|
||||
break;
|
||||
}
|
||||
|
||||
menu_input(global.menu);
|
||||
|
|
Loading…
Reference in a new issue