mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Remove green background under the version string
This commit is contained in:
parent
bd6986cd3f
commit
9872ae03be
2 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue