diff --git a/src/highscore_gui.cpp b/src/highscore_gui.cpp index 76401c3c9c..fde61eb60b 100644 --- a/src/highscore_gui.cpp +++ b/src/highscore_gui.cpp @@ -49,6 +49,9 @@ struct EndGameHighScoreBaseWindow : Window { this->DrawWidgets(); + /* Fill with the appropriate background colour instead of leaving default window colour */ + GfxFillRect(Rect{0, 0, this->width, this->height}, PixelColour{105}, FILLRECT_OPAQUE); + /* Standard background slices are 50 pixels high, but it's designed * for 480 pixels total. 96% of 500 is 480. */ Dimension dim = GetSpriteSize(this->background_img);