summaryrefslogtreecommitdiff
path: root/src/signs_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/signs_type.h')
-rw-r--r--src/signs_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signs_type.h b/src/signs_type.h
index 0e9780268..361059e05 100644
--- a/src/signs_type.h
+++ b/src/signs_type.h
@@ -17,7 +17,7 @@ struct Sign;
static const SignID INVALID_SIGN = 0xFFFF;
-static const uint MAX_LENGTH_SIGN_NAME_CHARS = 31; ///< The maximum length of a sign name in characters including '\0'
+static const uint MAX_LENGTH_SIGN_NAME_CHARS = 32; ///< The maximum length of a sign name in characters including '\0'
static const uint MAX_LENGTH_SIGN_NAME_PIXELS = 255; ///< The maximum length of a sign name in pixels
#endif /* SIGNS_TYPE_H */