1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Split colours and colour flags

This commit is contained in:
Gymnasiast
2024-05-09 02:45:07 +02:00
committed by Michael Steenbeek
parent f5b5e45069
commit 8a181b5513
58 changed files with 596 additions and 497 deletions

View File

@@ -85,7 +85,7 @@ void ChatUpdate()
_chatCaretTicks = (_chatCaretTicks + 1) % 30;
}
void ChatDraw(DrawPixelInfo& dpi, uint8_t chatBackgroundColor)
void ChatDraw(DrawPixelInfo& dpi, ColourWithFlags chatBackgroundColor)
{
thread_local std::string lineBuffer;