ACCESS: Fix incorrect screen draw during setup of bubble boxes

This commit is contained in:
Paul Gilbert 2014-11-10 16:32:16 -05:00
parent 4d82191f34
commit a97bbb86c4

View file

@ -67,7 +67,7 @@ void BubbleBox::placeBubble(const Common::String &msg) {
} }
void BubbleBox::placeBubble1(const Common::String &msg) { void BubbleBox::placeBubble1(const Common::String &msg) {
clearBubbles(); _bubbles.clear();
_vm->_fonts._charSet._lo = 1; _vm->_fonts._charSet._lo = 1;
_vm->_fonts._charSet._hi = 8; _vm->_fonts._charSet._hi = 8;
_vm->_fonts._charFor._lo = 29; _vm->_fonts._charFor._lo = 29;