diff options
| -rw-r--r-- | engines/cine/gfx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/gfx.cpp b/engines/cine/gfx.cpp index a680262b9d..3370688d1d 100644 --- a/engines/cine/gfx.cpp +++ b/engines/cine/gfx.cpp @@ -882,7 +882,7 @@ void SelectionMenu::drawMenu(FWRenderer &r, bool top) { // wouldn't be visible anymore. r.drawPlainBox(charX, lineY, _width - 8, FONT_HEIGHT, top ? r._messageBg/*2*/ : 18); } else { - r.drawPlainBox(charX, lineY, _width - 8, 9, r._messageBg); + r.drawPlainBox(charX, lineY, _width - 8, 9, 0); } } |
