[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,1.41,1.42
James Brown
ender at users.sourceforge.net
Wed Oct 23 10:03:04 CEST 2002
Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv11777/scumm
Modified Files:
script_v2.cpp
Log Message:
Remove unneeded fixme now we have a pretty much complete Sam&Max imuse implementation
Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- script_v2.cpp 23 Oct 2002 00:22:55 -0000 1.41
+++ script_v2.cpp 23 Oct 2002 17:02:27 -0000 1.42
@@ -1645,14 +1645,6 @@
{
int snd = pop();
- // FIXME: This fixes wak-a-rat until we correctly implement
- // sam and max iMUSE
- if (_gameId == GID_SAMNMAX && _currentRoom == 18 && snd == 23) {
- _sound->stopSound(snd);
- push(0);
- return;
- }
-
if (snd)
snd = _sound->isSoundRunning(snd);
More information about the Scummvm-git-logs
mailing list