From 14ac8d9d215dc3edbb4ca2084787a9281da355fd Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Fri, 2 Sep 2005 11:24:16 +0000 Subject: cleanup svn-id: r18734 --- scumm/script_v6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v6.cpp') 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(); -- cgit v1.2.3