[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,1.27,1.28

James Brown ender at users.sourceforge.net
Wed Oct 16 04:01:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv13531/scumm

Modified Files:
	script_v2.cpp 
Log Message:
Add comment for unknownCD() stub


Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- script_v2.cpp	16 Oct 2002 10:59:29 -0000	1.27
+++ script_v2.cpp	16 Oct 2002 11:00:48 -0000	1.28
@@ -3128,6 +3128,9 @@
 }
 
 void Scumm::o6_unknownCD() {
+	// Full Throttle: FIXME
+	//		  Opcode is used when placing the bunny into the
+	//		  mine field. Some kind of drawBlastObject() wrapper
 	int a, b, c, d;
 	a = pop();
 	b = pop();





More information about the Scummvm-git-logs mailing list