summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-07-22 13:35:26 -0400
committerGitHub <noreply@github.com>2020-07-22 13:35:26 -0400
commitd2e33d58e2353895e2affe0ab803315ad5aef37b (patch)
tree945ba8f5039c0914d7c94490d2b6146f9a9a441d /include/config.h
parentaeeff84462973b267e62031a945603d96afed716 (diff)
parent30793ff41bd0c289dc58fad13bb6251923296836 (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.h4
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