ACCESS: Rename ASurface copyFrom methods to avoid clash with Graphics::Surface
This commit is contained in:
parent
808a2045b4
commit
37b5ee24f5
10 changed files with 68 additions and 68 deletions
|
@ -73,7 +73,7 @@ void Scripts::charLoop() {
|
|||
_sequence = 2000;
|
||||
searchForSequence();
|
||||
_vm->_images.clear();
|
||||
_vm->_buffer2.copyFrom(_vm->_buffer1);
|
||||
_vm->_buffer2.blitFrom(_vm->_buffer1);
|
||||
_vm->_newRects.clear();
|
||||
|
||||
executeScript();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue