[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.109,1.110

Joost Peters joostp at users.sourceforge.net
Fri Sep 12 18:09:03 CEST 2003


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

Modified Files:
	sky.cpp 
Log Message:
workaround for bug #791207

Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- sky.cpp	10 Sep 2003 12:43:54 -0000	1.109
+++ sky.cpp	13 Sep 2003 01:08:45 -0000	1.110
@@ -200,7 +200,13 @@
 
 	if (introSkipped)
 		_skyControl->restartGame();
-
+	else {	//workaround for bug #791207
+		_skySound->loadSection(1);
+		_skyMusic->loadSection(1);
+		_skyMusic->startMusic(2);
+		_systemVars.currentMusic = 2;
+	}
+	
 	_lastSaveTime = _system->get_msecs();
 
 	while (1) {





More information about the Scummvm-git-logs mailing list