diff options
| -rw-r--r-- | engines/scumm/he/script_v100he.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/engines/scumm/he/script_v100he.cpp b/engines/scumm/he/script_v100he.cpp index a2eb42214b..b024154c7f 100644 --- a/engines/scumm/he/script_v100he.cpp +++ b/engines/scumm/he/script_v100he.cpp @@ -2237,7 +2237,10 @@ void ScummEngine_v100he::o100_videoOps() {  	switch (subOp) {  	case 0:  		memset(_videoParams.filename, 0, sizeof(_videoParams.filename)); +		_videoParams.status = 0; +		_videoParams.flags = 0;  		_videoParams.unk2 = pop(); +		_videoParams.wizResNum = 0;  		break;  	case 19:  		_videoParams.status = 19; | 
