[Scummvm-cvs-logs] SF.net SVN: scummvm:[45238] scummvm/trunk/engines/sci/engine/ksound.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Sun Oct 18 22:33:02 CEST 2009
Revision: 45238
http://scummvm.svn.sourceforge.net/scummvm/?rev=45238&view=rev
Author: m_kiewitz
Date: 2009-10-18 20:33:02 +0000 (Sun, 18 Oct 2009)
Log Message:
-----------
SCI: kDoSound typo fixed
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/ksound.cpp
Modified: scummvm/trunk/engines/sci/engine/ksound.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/ksound.cpp 2009-10-18 20:30:31 UTC (rev 45237)
+++ scummvm/trunk/engines/sci/engine/ksound.cpp 2009-10-18 20:33:02 UTC (rev 45238)
@@ -914,7 +914,7 @@
/* FIXME: The next couple of lines actually STOP the handle, rather
** than fading it! */
if (argv[5].toUint16()) {
- PUT_SEL32V(segman, obj, signal, SIGNAL_OFFSET);
+ PUT_SEL32V(segMan, obj, signal, SIGNAL_OFFSET);
s->_sound.sfx_song_set_status(handle, SOUND_STATUS_STOPPED);
} else {
// FIXME: Support fade-and-continue. For now, send signal right away.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list