[Scummvm-cvs-logs] CVS: scummvm/scumm script_v90he.cpp,2.53,2.54
Travis Howell
kirben at users.sourceforge.net
Tue Sep 21 19:36:21 CEST 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24836/scumm
Modified Files:
script_v90he.cpp
Log Message:
Add a few more case stubs
Index: script_v90he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v90he.cpp,v
retrieving revision 2.53
retrieving revision 2.54
diff -u -d -r2.53 -r2.54
--- script_v90he.cpp 22 Sep 2004 02:07:14 -0000 2.53
+++ script_v90he.cpp 22 Sep 2004 02:29:47 -0000 2.54
@@ -487,6 +487,10 @@
_wizY1 = pop();
_wizX1 = pop();
break;
+ case 20:
+ pop();
+ pop();
+ break;
case 21:
pop();
pop();
@@ -509,6 +513,10 @@
_wizFlag |= 64;
_wizY1 = _wizX1 = pop();
break;
+ case 203: // HE98+
+ pop();
+ pop();
+ break;
case 209:
if (_fullRedraw) {
assert(_wizImagesNum < ARRAYSIZE(_wizImages));
More information about the Scummvm-git-logs
mailing list