Skip to content

Commit

Permalink
ACCESS: Fix clearing speech bubbles that overlap the response buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Dec 11, 2015
1 parent 7b671f4 commit 642928f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engines/access/char.cpp
Expand Up @@ -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;
}
Expand Down

0 comments on commit 642928f

Please sign in to comment.