aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorGregory Montoir2005-09-02 11:24:16 +0000
committerGregory Montoir2005-09-02 11:24:16 +0000
commit14ac8d9d215dc3edbb4ca2084787a9281da355fd (patch)
tree816426825972812b1e8cec938e09919abf196dba /scumm/script_v6.cpp
parent443cf756be85cce937c92b5051fe13b6a2ef189d (diff)
downloadscummvm-rg350-14ac8d9d215dc3edbb4ca2084787a9281da355fd.tar.gz
scummvm-rg350-14ac8d9d215dc3edbb4ca2084787a9281da355fd.tar.bz2
scummvm-rg350-14ac8d9d215dc3edbb4ca2084787a9281da355fd.zip
cleanup
svn-id: r18734
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 0ad4d32ded..2b57e971b9 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -1083,7 +1083,7 @@ void ScummEngine_v6::o6_startSound() {
// In Fatty Bear's Birthday Surprise the piano uses offsets 1 - 23 to
// indicate which note to play, but only when using the standard piano
- // sound. See also o6_soundOps()
+ // sound. See also o60_soundOps()
if (_heversion >= 61)
offset = pop();