diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-15 09:39:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-15 09:39:08 -0400 |
commit | 4a7c1d888a9f90b9102f469aab12beeab89ffff6 (patch) | |
tree | 3fce2354798cb5b55ab083498f89253392148471 | |
parent | 6af8c04d8fa6aaeaeb6c8b919e7770a65b9a883d (diff) |
Fix issues with cexplore
-rw-r--r-- | include/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h index 70d76ca53..4577f1b60 100644 --- a/include/config.h +++ b/include/config.h @@ -16,10 +16,8 @@ // Define the game version for use elsewhere #if defined(FIRERED) #define GAME_VERSION VERSION_FIRE_RED -#elif defined(LEAFGREEN) +#else // Default version seems to be LeafGreen #define GAME_VERSION VERSION_LEAF_GREEN -#else -#error unknown version #endif // rev1 renamed the source folder for reasons |