diff options
author | Filippos Karapetis | 2013-04-28 23:30:03 +0300 |
---|---|---|
committer | Filippos Karapetis | 2013-04-28 23:31:11 +0300 |
commit | d0697addab1e63348ea03f05588f422c6bb10bb2 (patch) | |
tree | c5febaa68d750a0d9e2812a333f4963c44d9df68 /engines/sci/sound | |
parent | d840aa4dec7c2d03389012c85d295d80e50cd902 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/sci/sound/soundcmd.cpp | 2 |
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); } |