aboutsummaryrefslogtreecommitdiff
path: root/engines/access/access.cpp
diff options
context:
space:
mode:
authorStrangerke2014-12-04 14:17:30 +0100
committerPaul Gilbert2014-12-12 23:00:46 -0500
commit84ba0df9b2ce15d6c1d32a6c61794a1accb3fc99 (patch)
treec2a59c0c550123fdf659ecc1a7d9a746ee2482bd /engines/access/access.cpp
parent3c97961fd2c300a4b4541517a4884498f5d52366 (diff)
downloadscummvm-rg350-84ba0df9b2ce15d6c1d32a6c61794a1accb3fc99.tar.gz
scummvm-rg350-84ba0df9b2ce15d6c1d32a6c61794a1accb3fc99.tar.bz2
scummvm-rg350-84ba0df9b2ce15d6c1d32a6c61794a1accb3fc99.zip
ACCESS: Janitorial
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) {