From 211da446cc4937a6eb736bdcd1e9cf354bdf44ef Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 30 Apr 2005 05:47:09 +0000 Subject: Reset additional fields svn-id: r17871 --- scumm/script_v100he.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scumm/script_v100he.cpp') diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp index 801d3be9b4..6210ce2522 100644 --- a/scumm/script_v100he.cpp +++ b/scumm/script_v100he.cpp @@ -1133,6 +1133,10 @@ void ScummEngine_v100he::o100_wizImageOps() { _wizParams.processFlags = 0; _wizParams.remapNum = 0; _wizParams.img.flags = 0; + _wizParams.field_184 = 0; + _wizParams.field_180 = 0; + _wizParams.spriteId = 0; + _wizParams.groupNum = 0; break; case 2: _wizParams.processFlags |= kWPFRotate; @@ -1213,6 +1217,8 @@ void ScummEngine_v100he::o100_wizImageOps() { _wizParams.img.state = pop(); _wizParams.img.y1 = pop(); _wizParams.img.x1 = pop(); + _wizParams.spriteId = 0; + _wizParams.groupNum = 0; _wizParams.img.resNum = pop(); displayWizImage(&_wizParams.img); break; -- cgit v1.2.3