ensure condition menu always starts the same way even under "play again"

This commit is contained in:
nhmall
2020-02-20 20:36:37 -05:00
parent 3bc346868e
commit 86f5e73ef3
3 changed files with 8 additions and 5 deletions

View File

@@ -667,6 +667,7 @@ struct instance_globals {
#endif
unsigned long cond_hilites[BL_ATTCLR_MAX];
int now_or_before_idx; /* 0..1 for array[2][] first index */
int condmenu_sortorder;
/* cmd.c */
struct cmd Cmd; /* flag.h */