From 7e08dcc271298fa548febe65d044de73bd17c737 Mon Sep 17 00:00:00 2001 From: James Brown Date: Thu, 16 Jan 2003 08:04:34 +0000 Subject: [PATCH] Remove dodgy fix for verb backgrounds. svn-id: r6476 --- scumm/verbs.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scumm/verbs.cpp b/scumm/verbs.cpp index aa274c2a625..23d5a170537 100644 --- a/scumm/verbs.cpp +++ b/scumm/verbs.cpp @@ -132,7 +132,9 @@ void Scumm::drawVerb(int verb, int mode) return; } - if (_gameId != GID_CMI) + // FIXME: Commenting this out fixes some drawing glitches, + // but TOTALLY screws up scrolling conversation items. + //if (_gameId != GID_CMI) restoreVerbBG(verb); _string[4].charset = vs->charset_nr;