Skip to content

Commit

Permalink
ACCESS: Fix background display during character conversations
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Aug 29, 2014
1 parent a474570 commit d31a0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/access/char.cpp
Expand Up @@ -104,7 +104,7 @@ void CharManager::loadChar(int charId) {
}

_vm->_buffer1.copyFrom(*_vm->_screen);
_vm->_screen->copyFrom(_vm->_buffer2);
_vm->_buffer2.copyFrom(*_vm->_screen);
_vm->_screen->setDisplayScan();

if (_charFlag != 2 && _charFlag != 3) {
Expand Down

0 comments on commit d31a0f1

Please sign in to comment.