Removed an #ifdef in 86box.h so that the enable_discord variable is always declared.

This commit is contained in:
OBattler
2021-11-29 15:47:55 +01:00
parent 295f750884
commit dedd568f92

View File

@@ -134,9 +134,7 @@ extern int hdd_format_type; /* (C) hard disk file format */
extern int confirm_reset, /* (C) enable reset confirmation */
confirm_exit, /* (C) enable exit confirmation */
confirm_save; /* (C) enable save confirmation */
#ifdef USE_DISCORD
extern int enable_discord; /* (C) enable Discord integration */
#endif
extern int enable_crashdump; /* (C) enable crash dump */
extern int is_pentium; /* TODO: Move back to cpu/cpu.h when it's figured out,