aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-09-13 07:04:20 +0000
committerTravis Howell2003-09-13 07:04:20 +0000
commitc4d293bab1493e7b20c1613c20fb49c105a618ef (patch)
tree68e7c5ff20883599c7979f2c79bddec7536aef5c /scumm/script_v5.cpp
parente8f7f2a4e1233a8d67ba8692e698e165999a95bb (diff)
downloadscummvm-rg350-c4d293bab1493e7b20c1613c20fb49c105a618ef.tar.gz
scummvm-rg350-c4d293bab1493e7b20c1613c20fb49c105a618ef.tar.bz2
scummvm-rg350-c4d293bab1493e7b20c1613c20fb49c105a618ef.zip
Add comments from Hibernatus
svn-id: r10210
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index 29c6fe0934..476cf05646 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -1779,7 +1779,7 @@ void Scumm_v5::o5_resourceRoutines() {
warning("o5_resourceRoutines %d not yet handled (script %d)", _opcode & 0x3F, vm.slot[_currentScript].number);
break;
case 35:
- // TODO
+ // Might be used to set CD volume
foo = getVarOrDirectByte(0x40);
warning("o5_resourceRoutines %d not yet handled (script %d)", _opcode & 0x3F, vm.slot[_currentScript].number);
break;
@@ -2221,7 +2221,7 @@ void Scumm_v5::o5_startMusic() {
result = _sound->getCurrentCDSound();
break;
case 0xFF:
- // Unknown, used in Loom.
+ // Might return current CD volume, used in Loom.
break;
default:
// TODO: return track length in seconds. We'll have to extend Sound and OSystem for this.