[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,1.19,1.20
Pawe? Ko?odziejski
aquadran at users.sourceforge.net
Tue Oct 1 14:26:04 CEST 2002
Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv10018
Modified Files:
script_v2.cpp
Log Message:
added stopAll in Imuse
Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- script_v2.cpp 1 Oct 2002 18:28:26 -0000 1.19
+++ script_v2.cpp 1 Oct 2002 21:19:08 -0000 1.20
@@ -2714,6 +2714,9 @@
grabCursor(args[1], args[2], args[3], args[4]);
break;
case 6: {
+ if (_imuseDigital) {
+ _imuseDigital->stopAll();
+ }
uint32 speed;
if (strcmp((char*)getStringAddressVar(VAR_VIDEONAME), "sq3.san") == 0)
speed = 71;
More information about the Scummvm-git-logs
mailing list