[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.270,1.271

Travis Howell kirben at users.sourceforge.net
Thu Jan 15 20:56:01 CET 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv8359/scumm

Modified Files:
	script_v6.cpp 
Log Message:

Add some stubs for Fatty Bear.


Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -d -r1.270 -r1.271
--- script_v6.cpp	16 Jan 2004 01:52:49 -0000	1.270
+++ script_v6.cpp	16 Jan 2004 04:55:49 -0000	1.271
@@ -2519,8 +2519,9 @@
 	} else {
 		switch (args[0]) {
 		case 1:
-			//func(args[1], args[2], args[3], args[4], args[5]);
-			warning("o6_kernelSetFunctions: nothing in 1");
+			// Used to restore images when decorating cake in
+			// Fatty Bear's Birthday Surprise
+			warning("o6_kernelSetFunctions: stub1()");
 			break;
 		case 3:
 			warning("o6_kernelSetFunctions: nothing in 3");
@@ -2627,6 +2628,12 @@
 	getStackList(args, ARRAYSIZE(args));
 
 	switch (args[0]) {
+	case 1:
+		// Used to store images when decorating cake in
+		// Fatty Bear's Birthday Surprise
+		warning("o6_kernelGetFunctions: stub1()");
+		push(0);
+		break;
 	case 113:
 		// This is used for the Sam & Max paint-by-numbers mini-game
 		// to find out what color to change. I think that what we have





More information about the Scummvm-git-logs mailing list