mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 09:14:58 +01:00
Colour local servers as green
This commit is contained in:
@@ -448,6 +448,10 @@ static void window_server_list_scrollpaint(rct_window* w, rct_drawpixelinfo* dpi
|
||||
{
|
||||
colour = COLOUR_YELLOW;
|
||||
}
|
||||
else if (serverDetails.local)
|
||||
{
|
||||
colour = COLOUR_MOSS_GREEN;
|
||||
}
|
||||
|
||||
// Draw server information
|
||||
if (highlighted && !serverDetails.description.empty())
|
||||
|
||||
Reference in New Issue
Block a user