diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-22 13:35:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 13:35:26 -0400 |
commit | d2e33d58e2353895e2affe0ab803315ad5aef37b (patch) | |
tree | 945ba8f5039c0914d7c94490d2b6146f9a9a441d /include/config.h | |
parent | aeeff84462973b267e62031a945603d96afed716 (diff) | |
parent | 30793ff41bd0c289dc58fad13bb6251923296836 (diff) |
Merge pull request #795 from PikalaxALT/common_fix
Fix compatibility with gcc-10
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 0046c3878..38923710d 100644 --- a/include/config.h +++ b/include/config.h @@ -68,4 +68,8 @@ // Fixed in Emerald. // #define BUGFIX_SETMONIVS +#if MODERN +#define UBFIX +#endif //MODERN + #endif // GUARD_CONFIG_H |