aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/floodfill_he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he/floodfill_he.cpp')
-rw-r--r--engines/scumm/he/floodfill_he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/floodfill_he.cpp b/engines/scumm/he/floodfill_he.cpp
index 5a1ede852a..f4a3cc7998 100644
--- a/engines/scumm/he/floodfill_he.cpp
+++ b/engines/scumm/he/floodfill_he.cpp
@@ -220,7 +220,7 @@ void floodFill(FloodFillParameters *ffp, ScummEngine_v90he *vm) {
if (r.left <= r.right && r.top <= r.bottom) {
if (ffp->flags & 0x8000) {
- vm->gdi.copyVirtScreenBuffers(r);
+ vm->_gdi->copyVirtScreenBuffers(r);
} else {
++r.bottom;
vm->markRectAsDirty(kMainVirtScreen, r);