diff options
Diffstat (limited to 'engines/access/access.cpp')
-rw-r--r-- | engines/access/access.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/access.cpp b/engines/access/access.cpp index 32835a01c8..ae03dfc7fa 100644 --- a/engines/access/access.cpp +++ b/engines/access/access.cpp @@ -318,7 +318,7 @@ void AccessEngine::plotList1() { if (ie._flags & 2) { _buffer2.plotB(frame, Common::Point(bounds.left, bounds.top)); } else { - _buffer2.plotFrame(frame, Common::Point(bounds.left, bounds.top)); + _buffer2.plotF(frame, Common::Point(bounds.left, bounds.top)); } } } |