aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-03-10 10:30:31 +0000
committerTorbjörn Andersson2006-03-10 10:30:31 +0000
commit0b7f7f66eaa2582078e5eac6679290d19482df26 (patch)
tree408c903760848c79cdaebe49fa9044da0a53d7c8 /engines
parent69b18f17441c406e70b2de750bcef1742bd6fcf4 (diff)
downloadscummvm-rg350-0b7f7f66eaa2582078e5eac6679290d19482df26.tar.gz
scummvm-rg350-0b7f7f66eaa2582078e5eac6679290d19482df26.tar.bz2
scummvm-rg350-0b7f7f66eaa2582078e5eac6679290d19482df26.zip
Fixed some obvious errors in the comments I added before.
svn-id: r21201
Diffstat (limited to 'engines')
-rw-r--r--engines/kyra/sound_adlib.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/kyra/sound_adlib.cpp b/engines/kyra/sound_adlib.cpp
index a8380d03e8..0c4f201ce3 100644
--- a/engines/kyra/sound_adlib.cpp
+++ b/engines/kyra/sound_adlib.cpp
@@ -879,8 +879,8 @@ void AdlibDriver::stateCallback1_1(OutputState &state) {
state.regBx = value;
}
-// This is presumably used for some sound effects, e.g. Malcolm entering and
-// leaving Kallak's hut. Related functions and variables:
+// This is presumably only used for some sound effects, e.g. Malcolm entering
+// and leaving Kallak's hut. Related functions and variables:
//
// updateCallback21()
// - Initialises unk32, unk33, unk34, unk35 and unk36
@@ -901,7 +901,7 @@ void AdlibDriver::stateCallback1_1(OutputState &state) {
// unk35 - initialiser for unk34 countdown
// unk36 - initialiser for unk38 countdown
// unk37 - frequency
-// unk38 - countdown, stops playing on zero
+// unk38 - countdown, begins playing on zero
// unk41 - determines how often the notes are played
//
// Note that unk41 is never initialised. Not that it should matter much, but it