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