make inp_compat_mode global

This commit is contained in:
Holger Vogt 2018-05-16 00:15:29 +02:00
parent 98fe623ba4
commit 9908b39d2b
1 changed files with 1 additions and 1 deletions

View File

@ -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 */