Fix build & build warnings

This commit is contained in:
Arceveti
2021-09-11 10:58:54 -07:00
parent f34cb5dd3d
commit a1b2080b26
6 changed files with 8 additions and 11 deletions

View File

@@ -3,12 +3,7 @@
// EU changes most text to arrays for each language. This define allows these
// differences to be combined.
#ifdef VERSION_EU
//#define LANGUAGE_ARRAY(cmd) cmd[LANGUAGE_FUNCTION]
#define LANGUAGE_ARRAY(cmd) cmd
#else
#define LANGUAGE_ARRAY(cmd) cmd
#endif
#define LANGUAGE_ARRAY(cmd) cmd
extern void *dialog_table_eu_en[];
extern void *course_name_table_eu_en[];