ACCESS: Fix crash in demo when changing scene
This commit is contained in:
parent
4e415c3fef
commit
e8aa00c975
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ void Scripts::charLoop() {
|
|||
_sequence = 2000;
|
||||
searchForSequence();
|
||||
_vm->_images.clear();
|
||||
_vm->_buffer2.blitFrom(_vm->_buffer1);
|
||||
_vm->_buffer2.copyBlock(&_vm->_buffer1, Common::Rect(0, 0, _vm->_buffer2.w, _vm->_buffer2.h));
|
||||
_vm->_newRects.clear();
|
||||
|
||||
executeScript();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue