diff options
author | Torbjörn Andersson | 2006-03-10 10:30:31 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-03-10 10:30:31 +0000 |
commit | 0b7f7f66eaa2582078e5eac6679290d19482df26 (patch) | |
tree | 408c903760848c79cdaebe49fa9044da0a53d7c8 | |
parent | 69b18f17441c406e70b2de750bcef1742bd6fcf4 (diff) | |
download | scummvm-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
-rw-r--r-- | engines/kyra/sound_adlib.cpp | 6 |
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 |