From 9872ae03beb46bf3ba99c0dd45f77ac3e3e26967 Mon Sep 17 00:00:00 2001 From: Matte A Date: Sun, 12 Jun 2016 18:23:57 +0200 Subject: [PATCH] Remove green background under the version string --- contributors.md | 1 + src/title.c | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/contributors.md b/contributors.md index 3da1eaa910..416fe3197a 100644 --- a/contributors.md +++ b/contributors.md @@ -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) diff --git a/src/title.c b/src/title.c index f1ad746792..9eb060dfe0 100644 --- a/src/title.c +++ b/src/title.c @@ -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);