summaryrefslogtreecommitdiff
path: root/src/company_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/company_type.h')
-rw-r--r--src/company_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/company_type.h b/src/company_type.h
index 1671f70df..88949b9ad 100644
--- a/src/company_type.h
+++ b/src/company_type.h
@@ -37,7 +37,7 @@ enum Owner {
};
DECLARE_POSTFIX_INCREMENT(Owner)
-static const uint MAX_LENGTH_PRESIDENT_NAME_CHARS = 31; ///< The maximum length of a president name in characters including '\0'
+static const uint MAX_LENGTH_PRESIDENT_NAME_CHARS = 32; ///< The maximum length of a president name in characters including '\0'
static const uint MAX_LENGTH_PRESIDENT_NAME_PIXELS = 94; ///< The maximum length of a president name in pixels
static const uint MAX_LENGTH_COMPANY_NAME_CHARS = 32; ///< The maximum length of a company name in characters including '\0'
static const uint MAX_LENGTH_COMPANY_NAME_PIXELS = 150; ///< The maximum length of a company name in pixels