[Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.30,1.31

Travis Howell kirben at users.sourceforge.net
Mon Dec 2 21:40:02 CET 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv17249/simon

Modified Files:
	items.cpp 
Log Message:

Remove silly warning


Index: items.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/items.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- items.cpp	3 Dec 2002 05:34:55 -0000	1.30
+++ items.cpp	3 Dec 2002 05:39:30 -0000	1.31
@@ -1325,7 +1325,6 @@
 		return 0;
 	}
 
-	warning("opcode 24 random is been used");
 	if (((uint) (_rnd.getRandomNumber(100) >> 5)) % 100 < a) {
 		if (_script_unk_1 <= 0)
 			_script_unk_1 -= 5;





More information about the Scummvm-git-logs mailing list