aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/soundcmd.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2013-04-28 23:30:03 +0300
committerFilippos Karapetis2013-04-28 23:31:11 +0300
commitd0697addab1e63348ea03f05588f422c6bb10bb2 (patch)
treec5febaa68d750a0d9e2812a333f4963c44d9df68 /engines/sci/sound/soundcmd.cpp
parentd840aa4dec7c2d03389012c85d295d80e50cd902 (diff)
downloadscummvm-rg350-d0697addab1e63348ea03f05588f422c6bb10bb2.tar.gz
scummvm-rg350-d0697addab1e63348ea03f05588f422c6bb10bb2.tar.bz2
scummvm-rg350-d0697addab1e63348ea03f05588f422c6bb10bb2.zip
SCI: Change wording for a function reference
Diffstat (limited to 'engines/sci/sound/soundcmd.cpp')
-rw-r--r--engines/sci/sound/soundcmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sound/soundcmd.cpp b/engines/sci/sound/soundcmd.cpp
index 585a7a92fa..daba976f50 100644
--- a/engines/sci/sound/soundcmd.cpp
+++ b/engines/sci/sound/soundcmd.cpp
@@ -737,7 +737,7 @@ void SoundCommandParser::updateSci0Cues() {
}
if (noOnePlaying && pWaitingForPlay) {
- // If there is a queued entry, play it now ffs: SciMusic::soundPlay()
+ // If there is a queued entry, play it now - check SciMusic::soundPlay()
pWaitingForPlay->isQueued = false;
_music->soundPlay(pWaitingForPlay);
}