aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r--scumm/script_v90he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 2f2a01abe0..691e2dd01c 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -1767,7 +1767,7 @@ void ScummEngine_v90he::o90_floodFill() {
switch (subOp) {
case 0:
- _floodFillParams.unk1C = pop();
+ pop();
break;
case 3:
memset(&_floodFillParams, 0, sizeof(_floodFillParams));