[Scummvm-cvs-logs] CVS: scummvm/sky logic.cpp,1.87,1.88

Robert G?ffringmann lavosspawn at users.sourceforge.net
Fri Jun 6 07:05:04 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv8061/sky

Modified Files:
	logic.cpp 
Log Message:
whoops.

Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/logic.cpp,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- logic.cpp	6 Jun 2003 13:55:16 -0000	1.87
+++ logic.cpp	6 Jun 2003 14:04:16 -0000	1.88
@@ -2226,10 +2226,12 @@
 
 bool SkyLogic::fnPauseFx(uint32 a, uint32 b, uint32 c) {
 	warning("Stub: fnPauseFx");
+	return true;
 }
 
 bool SkyLogic::fnUnPauseFx(uint32 a, uint32 b, uint32 c) {
 	warning("Stub: fnUnPauseFx");
+	return true;
 }
 
 bool SkyLogic::fnPrintf(uint32 a, uint32 b, uint32 c) {





More information about the Scummvm-git-logs mailing list