ACCESS: Fix clearing speech bubbles that overlap the response buttons

This commit is contained in:
Paul Gilbert 2015-12-10 23:05:24 -05:00
parent 7b671f42bc
commit 642928f6c9

View File

@ -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;
}