summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/strings_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings_type.h b/src/strings_type.h
index d83b1b79e..a1c45f341 100644
--- a/src/strings_type.h
+++ b/src/strings_type.h
@@ -18,7 +18,7 @@
typedef uint16 StringID;
static const StringID INVALID_STRING_ID = 0xFFFF; ///< Constant representing an invalid string
static const int MAX_CHAR_LENGTH = 4; ///< Max. length of UTF-8 encoded unicode character
-static const uint MAX_LANG = 64; ///< Maximum number of languages supported by the game
+static const uint MAX_LANG = 0x7F; ///< Maximum number of languages supported by the game, and the NewGRF specs
/** Directions a text can go to */
enum TextDirection {