From 642928f6c9030b2c744793a1c03f988cc52e85a3 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 10 Dec 2015 23:05:24 -0500 Subject: ACCESS: Fix clearing speech bubbles that overlap the response buttons --- engines/access/char.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines') diff --git a/engines/access/char.cpp b/engines/access/char.cpp index 2afb81db30..cbe1d5d3d9 100644 --- a/engines/access/char.cpp +++ b/engines/access/char.cpp @@ -164,6 +164,10 @@ void CharManager::charMenu() { } else error("Game not supported"); + // Make a backup copy of the screen including the character buttons, + // for restoring when erasing conversation boxes + screen.copyTo(&_vm->_buffer1); + screen.restoreScreen(); delete spr; } -- cgit v1.2.3