Skip to content

Commit

Permalink
HUGO: Add a black background behind the score line. This should fix b…
Browse files Browse the repository at this point in the history
…ug #3291959.
  • Loading branch information
Strangerke committed Apr 24, 2011
1 parent 3de8b25 commit de5ec74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engines/hugo/display.cpp
Expand Up @@ -507,6 +507,9 @@ void Screen::drawStatusText() {

sdx = stringLength(_vm->_scoreLine);
posY = 0;

//Display a black behind the score line
_vm->_screen->drawRectangle(true, 0, 0, kXPix, 8, _TBLACK);
writeStr(posX, posY, _vm->_scoreLine, _TCYAN);
displayList(kDisplayAdd, posX, posY, sdx, sdy);
}
Expand Down

0 comments on commit de5ec74

Please sign in to comment.