[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.166,1.167
Pawel Kolodziejski
aquadran at users.sourceforge.net
Sun Jul 6 10:16:06 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv2148
Modified Files:
script_v6.cpp
Log Message:
added comment for missing puttputt actor opcode
Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- script_v6.cpp 6 Jul 2003 16:14:35 -0000 1.166
+++ script_v6.cpp 6 Jul 2003 17:15:42 -0000 1.167
@@ -1742,6 +1742,7 @@
a->initActor(2);
break;
case 218:
+ // TODO: this opcode is used in the putt-putt fun pack, in 'checkers" mini game
warning("o6_actorOps(): unimplemented opcode 218");
break;
case 227: /* actor_layer */
More information about the Scummvm-git-logs
mailing list