Remove green background under the version string

This commit is contained in:
Matte A 2016-06-12 18:23:57 +02:00 committed by Ted John
parent bd6986cd3f
commit 9872ae03be
2 changed files with 1 additions and 3 deletions

View file

@ -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)

View file

@ -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);