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 1fdd11fce8..ea2043d69f 100644
--- a/engines/scumm/he/floodfill_he.cpp
+++ b/engines/scumm/he/floodfill_he.cpp
@@ -179,7 +179,7 @@ skip:
void floodFill(FloodFillParameters *ffp, ScummEngine_v90he *vm) {
uint8 *dst;
- VirtScreen *vs = &vm->virtscr[kMainVirtScreen];
+ VirtScreen *vs = &vm->_virtscr[kMainVirtScreen];
if (ffp->flags & 0x8000) {
dst = vs->getBackPixels(0, vs->topline);
} else {