mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 22:13:07 +01:00
Rename CHAT_MAX_MESSAGE_LENGTH to kChatMaxMessageLength
This commit is contained in:
@@ -53,7 +53,7 @@ bool ChatAvailable()
|
||||
void ChatOpen()
|
||||
{
|
||||
gChatOpen = true;
|
||||
_chatTextInputSession = ContextStartTextInput(_chatCurrentLine, CHAT_MAX_MESSAGE_LENGTH);
|
||||
_chatTextInputSession = ContextStartTextInput(_chatCurrentLine, kChatMaxMessageLength);
|
||||
}
|
||||
|
||||
void ChatClose()
|
||||
|
||||
Reference in New Issue
Block a user