Skip to content

Commit

Permalink
ACCESS: Fix incorrect screen draw during setup of bubble boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Dec 13, 2014
1 parent 4d82191 commit a97bbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/access/bubble_box.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit a97bbb8

Please sign in to comment.