1
0
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:
ζeh Matt
2023-02-24 01:11:13 +02:00
parent dc97eb5bbd
commit 365fcf24c3
3 changed files with 185 additions and 48 deletions

View File

@@ -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)
{