[Scummvm-cvs-logs] CVS: scummvm/sky sound.cpp,1.8,1.9

Oliver Kiehl olki at users.sourceforge.net
Fri May 30 06:09:05 CEST 2003


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

Modified Files:
	sound.cpp 
Log Message:
bugfix


Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sound.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- sound.cpp	30 May 2003 11:07:30 -0000	1.8
+++ sound.cpp	30 May 2003 13:08:13 -0000	1.9
@@ -1086,7 +1086,7 @@
 		return true;
 
 	uint8 screen = (uint8)(SkyLogic::_scriptVariables[SCREEN] & 0xff);
-	if (sound == 278 || screen == 25) // is this weld in room 25
+	if (sound == 278 && screen == 25) // is this weld in room 25
 		sound= 394;
 
 	sound &= ~(1 << 8);





More information about the Scummvm-git-logs mailing list