[Scummvm-cvs-logs] CVS: scummvm/sky logic.cpp,1.90,1.91

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


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

Modified Files:
	logic.cpp 
Log Message:
forgot to activate that code again

Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/logic.cpp,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- logic.cpp	6 Jun 2003 16:40:43 -0000	1.90
+++ logic.cpp	6 Jun 2003 17:02:10 -0000	1.91
@@ -1751,10 +1751,10 @@
 		cpt->xcood = rollingX;
 		rollingX += 24;
 
-		//if (_scriptVariables[MENU] == 2)
+		if (_scriptVariables[MENU] == 2)
 			cpt->ycood = 136;
-		/*else
-			cpt->ycood = 112;*/
+		else
+			cpt->ycood = 112;
 	}
 
 	return true;





More information about the Scummvm-git-logs mailing list