From a97bbb86c4c40a10e67b358372743c919a5ee59d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 10 Nov 2014 16:32:16 -0500 Subject: [PATCH] ACCESS: Fix incorrect screen draw during setup of bubble boxes --- engines/access/bubble_box.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/access/bubble_box.cpp b/engines/access/bubble_box.cpp index 9f47c905bc28..ff6c4de53df7 100644 --- a/engines/access/bubble_box.cpp +++ b/engines/access/bubble_box.cpp @@ -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;