From 4a7c1d888a9f90b9102f469aab12beeab89ffff6 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 15 Mar 2020 09:39:08 -0400 Subject: Fix issues with cexplore --- include/config.h | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3