mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
Increase maximum length of sign text
This commit is contained in:
parent
ebbf3425d5
commit
4358b495b2
@ -16,6 +16,6 @@ struct Sign;
|
||||
|
||||
static const SignID INVALID_SIGN = 0xFFFF; ///< Sentinel for an invalid sign.
|
||||
|
||||
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_CHARS = 128; ///< The maximum length of a sign name in characters including '\0'
|
||||
|
||||
#endif /* SIGNS_TYPE_H */
|
||||
|
Loading…
Reference in New Issue
Block a user