mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Remove green background under the version string
This commit is contained in:
@@ -49,6 +49,7 @@ Includes all git commit authors. Aliases are GitHub user names.
|
||||
* Michał Janiszewski (janisozaur) - Linux port, crash handling, security, misc.
|
||||
* Kelson Blakewood (spacek531) - title sequence for 0.0.4
|
||||
* Hugo Wallenburg (Goddesen) - Misc.
|
||||
* (Nubbie) - Misc, UX
|
||||
|
||||
## Bug fixes
|
||||
* (halfbro)
|
||||
|
||||
@@ -494,9 +494,6 @@ void DrawOpenRCT2(rct_drawpixelinfo *dpi, int x, int y)
|
||||
{
|
||||
utf8 buffer[256];
|
||||
|
||||
// Draw background
|
||||
gfx_fill_rect_inset(dpi, x, y, x + 128, y + 20, TRANSLUCENT(COLOUR_DARK_GREEN), 0x8);
|
||||
|
||||
// Write format codes
|
||||
utf8 *ch = buffer;
|
||||
ch = utf8_write_codepoint(ch, FORMAT_MEDIUMFONT);
|
||||
|
||||
Reference in New Issue
Block a user