make inp_compat_mode global
This commit is contained in:
parent
98fe623ba4
commit
9908b39d2b
|
|
@ -90,7 +90,7 @@ struct func_temper
|
|||
|
||||
extern void line_free_x(struct card *deck, bool recurse);
|
||||
|
||||
static COMPATMODE_T inp_compat_mode;
|
||||
COMPATMODE_T inp_compat_mode;
|
||||
|
||||
/* Collect information for dynamic allocation of numparam arrays */
|
||||
/* number of lines in input deck */
|
||||
|
|
|
|||
Loading…
Reference in New Issue