summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
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