aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2005-10-19 08:45:08 +0000
committerTravis Howell2005-10-19 08:45:08 +0000
commita5e95b89c6a2aecca5dc78b637046e2c4838a20c (patch)
tree42144bf2ea5e3dbafa52e83e7f692ed84cbc0089
parentc6a9f614453b51839653507aac60dfe17fb4d1de (diff)
downloadscummvm-rg350-a5e95b89c6a2aecca5dc78b637046e2c4838a20c.tar.gz
scummvm-rg350-a5e95b89c6a2aecca5dc78b637046e2c4838a20c.tar.bz2
scummvm-rg350-a5e95b89c6a2aecca5dc78b637046e2c4838a20c.zip
Ooops
svn-id: r19173
-rw-r--r--scumm/script_v100he.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index 48ba52a338..dc5943f889 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -866,8 +866,6 @@ void ScummEngine_v100he::o100_drawObject() {
void ScummEngine_v100he::o100_floodFill() {
byte subOp = fetchScriptByte();
- subOp -= 54;
-
switch (subOp) {
case 0:
memset(&_floodFillParams, 0, sizeof(_floodFillParams));