diff options
| author | Gregory Montoir | 2006-01-10 21:39:14 +0000 | 
|---|---|---|
| committer | Gregory Montoir | 2006-01-10 21:39:14 +0000 | 
| commit | f6c61962952b2d51d19177d42a92855b07d33178 (patch) | |
| tree | eeedcc4786eee25dfb9e693fbfd9529ad9eeba79 /scumm/script_v90he.cpp | |
| parent | 10936be5f6f0ac23d767cff67af35641053ca804 (diff) | |
| download | scummvm-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_v90he.cpp')
| -rw-r--r-- | scumm/script_v90he.cpp | 2 | 
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));  | 
