aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
authorGregory Montoir2006-01-10 21:39:14 +0000
committerGregory Montoir2006-01-10 21:39:14 +0000
commitf6c61962952b2d51d19177d42a92855b07d33178 (patch)
treeeeedcc4786eee25dfb9e693fbfd9529ad9eeba79 /scumm/script_v100he.cpp
parent10936be5f6f0ac23d767cff67af35641053ca804 (diff)
downloadscummvm-rg350-f6c61962952b2d51d19177d42a92855b07d33178.tar.gz
scummvm-rg350-f6c61962952b2d51d19177d42a92855b07d33178.tar.bz2
scummvm-rg350-f6c61962952b2d51d19177d42a92855b07d33178.zip
Get rid of unused variables and removed them from the save data ; FloodFill.unk1C and _curExecScript.
Concerning _curExecScript, I checked several interpreters (even one with windex compiled in), the only function where it's used is runAllScripts. svn-id: r19977
Diffstat (limited to 'scumm/script_v100he.cpp')
-rw-r--r--scumm/script_v100he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index 0b2f1f8e65..3a1d64f49e 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -887,7 +887,7 @@ void ScummEngine_v100he::o100_floodFill() {
_floodFillParams.flags = pop();
break;
case 67:
- _floodFillParams.unk1C = pop();
+ pop();
break;
case 92:
floodFill(&_floodFillParams, this);