ACCESS: Fix incorrect screen draw during setup of bubble boxes
This commit is contained in:
parent
4d82191f34
commit
a97bbb86c4
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ void BubbleBox::placeBubble(const Common::String &msg) {
|
|||
}
|
||||
|
||||
void BubbleBox::placeBubble1(const Common::String &msg) {
|
||||
clearBubbles();
|
||||
_bubbles.clear();
|
||||
_vm->_fonts._charSet._lo = 1;
|
||||
_vm->_fonts._charSet._hi = 8;
|
||||
_vm->_fonts._charFor._lo = 29;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue