ACCESS: Rename ASurface copyFrom methods to avoid clash with Graphics::Surface

This commit is contained in:
Paul Gilbert 2014-12-19 22:45:00 -05:00
parent 808a2045b4
commit 37b5ee24f5
10 changed files with 68 additions and 68 deletions

View file

@ -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();