diff options
| author | Travis Howell | 2003-09-13 04:38:37 +0000 |
|---|---|---|
| committer | Travis Howell | 2003-09-13 04:38:37 +0000 |
| commit | ac8e16cc2e282ae246b339915cc734526f8a1ac3 (patch) | |
| tree | 5d1c7834fa61c9c05879969153f85beee3ff39e5 /scumm | |
| parent | a81ea7667b622667b5ca7a8bf94acc74106f88c0 (diff) | |
| download | scummvm-rg350-ac8e16cc2e282ae246b339915cc734526f8a1ac3.tar.gz scummvm-rg350-ac8e16cc2e282ae246b339915cc734526f8a1ac3.tar.bz2 scummvm-rg350-ac8e16cc2e282ae246b339915cc734526f8a1ac3.zip | |
Update comment
svn-id: r10208
Diffstat (limited to 'scumm')
| -rw-r--r-- | scumm/script_v5.cpp | 2 |
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. |
