aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-09-13 04:38:37 +0000
committerTravis Howell2003-09-13 04:38:37 +0000
commitac8e16cc2e282ae246b339915cc734526f8a1ac3 (patch)
tree5d1c7834fa61c9c05879969153f85beee3ff39e5 /scumm/script_v5.cpp
parenta81ea7667b622667b5ca7a8bf94acc74106f88c0 (diff)
downloadscummvm-rg350-ac8e16cc2e282ae246b339915cc734526f8a1ac3.tar.gz
scummvm-rg350-ac8e16cc2e282ae246b339915cc734526f8a1ac3.tar.bz2
scummvm-rg350-ac8e16cc2e282ae246b339915cc734526f8a1ac3.zip
Update comment
svn-id: r10208
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index dce63f09a3..29c6fe0934 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -2221,7 +2221,7 @@ void Scumm_v5::o5_startMusic() {
result = _sound->getCurrentCDSound();
break;
case 0xFF:
- // Unknown, but apparently never used.
+ // Unknown, used in Loom.
break;
default:
// TODO: return track length in seconds. We'll have to extend Sound and OSystem for this.