aboutsummaryrefslogtreecommitdiff
path: root/engines/access/access.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/access.cpp')
-rw-r--r--engines/access/access.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/access.cpp b/engines/access/access.cpp
index 41706fc4fd..2153f594b1 100644
--- a/engines/access/access.cpp
+++ b/engines/access/access.cpp
@@ -396,7 +396,7 @@ void AccessEngine::copyBF1BF2() {
void AccessEngine::copyBF2Vid() {
const byte *srcP = (const byte *)_buffer2.getPixels();
- byte *destP = (byte *)_screen->getBasePtr(_screen->_windowXAdd,
+ byte *destP = (byte *)_screen->getBasePtr(_screen->_windowXAdd,
_screen->_windowYAdd + _screen->_screenYOff);
for (int yp = 0; yp < _screen->_vWindowLinesTall; ++yp) {