[Scummvm-cvs-logs] CVS: scummvm/queen graphics.cpp,1.84,1.85

Gregory Montoir cyx at users.sourceforge.net
Thu Jan 15 05:09:03 CET 2004


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv6592

Modified Files:
	graphics.cpp 
Log Message:
reset _lastSoundIndex in car animation too

Index: graphics.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/graphics.cpp,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- graphics.cpp	14 Jan 2004 14:34:04 -0000	1.84
+++ graphics.cpp	15 Jan 2004 13:08:24 -0000	1.85
@@ -1155,7 +1155,7 @@
 		}
 
 		if (bdb->sfx == 99) {
-			_index = 0;
+			_lastSoundIndex = _index = 0;
 		}
 		else {
 			++_index;





More information about the Scummvm-git-logs mailing list