aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tools/map_extractor/System.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp
index 5c5ff5f9a9f..4ac7c9de1ff 100644
--- a/src/tools/map_extractor/System.cpp
+++ b/src/tools/map_extractor/System.cpp
@@ -126,19 +126,19 @@ float CONF_flat_liquid_delta_limit = 0.001f; // If max - min less this value - l
uint32 CONF_Locale = 0;
-#define LOCALES_COUNT 18
+#define LOCALES_COUNT 17
char const* Locales[LOCALES_COUNT] =
{
- "none", "unknown1",
- "enUS", "koKR",
- "unknown2", "frFR",
- "deDE", "zhCN",
- "esES", "zhTW",
- "enGB", "enCN",
- "enTW", "esMX",
- "ruRU", "ptBR",
- "itIT", "ptPT",
+ "none", "enUS",
+ "koKR", "unknown",
+ "frFR", "deDE",
+ "zhCN", "esES",
+ "zhTW", "enGB",
+ "enCN", "enTW",
+ "esMX", "ruRU",
+ "ptBR", "itIT",
+ "ptPT"
};
void CreateDir(std::string const& path)