mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 21:13:05 +01:00
Implement #19468 and rename functions cursor to caret
This commit is contained in:
@@ -163,7 +163,7 @@ void ChatDraw(DrawPixelInfo* dpi, uint8_t chatBackgroundColor)
|
||||
{
|
||||
if (i >= _chatHistory.size())
|
||||
break;
|
||||
|
||||
|
||||
uint32_t expireTime = ChatHistoryGetTime(i) + 10000;
|
||||
if (!gChatOpen && Platform::GetTicks() > expireTime)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user