[Scummvm-cvs-logs] CVS: scummvm/sky logic.cpp,1.32,1.33

Oliver Kiehl olki at users.sourceforge.net
Sun May 25 04:37:02 CEST 2003


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

Modified Files:
	logic.cpp 
Log Message:
not sure if this is right, but the original code doesn't exclude the possibility


Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/logic.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- logic.cpp	24 May 2003 23:27:24 -0000	1.32
+++ logic.cpp	25 May 2003 11:36:11 -0000	1.33
@@ -560,6 +560,7 @@
 
 		return false;
 	case 3: // looking right
+	case 4: // talking (not sure if this makes sense...) 
 
 		if (y != _compact->ycood)
 			return false;





More information about the Scummvm-git-logs mailing list