[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.17,1.18

Oliver Kiehl olki at users.sourceforge.net
Fri Apr 25 08:42:13 CEST 2003


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

Modified Files:
	sky.cpp 
Log Message:
forgot to reactivate the intro ;)


Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- sky.cpp	25 Apr 2003 15:17:48 -0000	1.17
+++ sky.cpp	25 Apr 2003 15:41:14 -0000	1.18
@@ -89,8 +89,8 @@
 
 	initialise();
 
-	//if (!isDemo(_gameVersion) || isCDVersion(_gameVersion))
-	//	intro();
+	if (!isDemo(_gameVersion) || isCDVersion(_gameVersion))
+		intro();
 
 	while (1) {
 		delay(100);





More information about the Scummvm-git-logs mailing list