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:
committed by
Michael Steenbeek
parent
f5b5e45069
commit
8a181b5513
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user