[Scummvm-cvs-logs] CVS: scummvm/scumm script_v90he.cpp,2.226,2.227

kirben kirben at users.sourceforge.net
Wed Apr 13 20:29:19 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26232/scumm

Modified Files:
	script_v90he.cpp 
Log Message:

Set result back to 1 for now, otherwise chase locks up.


Index: script_v90he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v90he.cpp,v
retrieving revision 2.226
retrieving revision 2.227
diff -u -d -r2.226 -r2.227
--- script_v90he.cpp	13 Apr 2005 19:48:49 -0000	2.226
+++ script_v90he.cpp	14 Apr 2005 03:26:23 -0000	2.227
@@ -1983,7 +1983,7 @@
 	// XXX compute the intersection point of the 2 lines
 	writeVar(var_ix, 0);
 	writeVar(var_iy, 0);
-	push(0);
+	push(1);
 	
 	debug(1, "o90_getLinesIntersectionPoint stub var_x=%d var y=%d line1=(%d,%d,%d,%d) line2=(%d,%d,%d,%d)", var_ix, var_iy, line1_x1, line1_y1, line1_x2, line1_y2, line2_x1, line2_y1, line2_x2, line2_y2);
 }





More information about the Scummvm-git-logs mailing list