Commit 9872ae03 authored by Matte A's avatar Matte A Committed by Ted John
Browse files

Remove green background under the version string

parent bd6986cd
Showing with 1 addition and 3 deletions
+1 -3
......@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment