[Scummvm-cvs-logs] scummvm master -> c7aceeb08e14ffa8d07c1cdf202172fe86079e5f

clone2727 clone2727 at gmail.com
Mon Apr 29 21:36:47 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c7aceeb08e SCUMM: Fix o100_videoOps subOp 0


Commit: c7aceeb08e14ffa8d07c1cdf202172fe86079e5f
    https://github.com/scummvm/scummvm/commit/c7aceeb08e14ffa8d07c1cdf202172fe86079e5f
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2013-04-29T12:35:14-07:00

Commit Message:
SCUMM: Fix o100_videoOps subOp 0

football2002 endzone videos now display

Changed paths:
    engines/scumm/he/script_v100he.cpp



diff --git a/engines/scumm/he/script_v100he.cpp b/engines/scumm/he/script_v100he.cpp
index a2eb422..b024154 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;






More information about the Scummvm-git-logs mailing list