diff options
author | withmorten <morten.with@gmail.com> | 2021-01-23 02:17:28 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-01-23 02:17:28 +0100 |
commit | 2650fa9a9212f064f4191aee54ac0b65df3f8dc9 (patch) | |
tree | c0aa97d53b288cb02ea294b13c4cceb693b7d8b9 | |
parent | 6f4e2ab49147e14dbfa8eb2c71d4a8b0b1c19007 (diff) |
VANILLA_BUILD fixes
-rw-r--r-- | src/core/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 025c8cb2..588c99c0 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -415,6 +415,9 @@ enum Config { #undef NO_MOVIES #undef DEBUGMENU +//#undef NASTY_GAME +//#undef NO_CDCHECK + #undef DRAW_GAME_VERSION_TEXT #undef DRAW_MENU_VERSION_TEXT @@ -424,7 +427,7 @@ enum Config { #undef PS2_MATFX #undef FIX_BUGS -#undef THIS_IS_STUPID +#define THIS_IS_STUPID #undef MORE_LANGUAGES #undef COMPATIBLE_SAVES #undef LOAD_INI_SETTINGS |