[Scummvm-cvs-logs] CVS: scummvm/scumm intern.h,2.99,2.100

Jochen Hoenicke hoenicke at users.sourceforge.net
Mon Jul 14 12:58:22 CEST 2003


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

Modified Files:
	intern.h 
Log Message:
Compares in V2 are unsigned (at least in Zak).
This fixes a problem with the parachute scene in Zak.


Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/intern.h,v
retrieving revision 2.99
retrieving revision 2.100
diff -u -d -r2.99 -r2.100
--- intern.h	12 Jul 2003 22:00:59 -0000	2.99
+++ intern.h	14 Jul 2003 19:57:44 -0000	2.100
@@ -254,6 +254,10 @@
 	void o2_ifState02();
 	void o2_ifState04();
 	void o2_ifState08();
+	void o2_isGreater();
+	void o2_isGreaterEqual();
+	void o2_isLess();
+	void o2_isLessEqual();
 	void o2_loadRoomWithEgo();
 	void o2_setBoxFlags();
 	void o2_panCameraTo();





More information about the Scummvm-git-logs mailing list