diff options
Diffstat (limited to 'engines/voyeur')
-rw-r--r-- | engines/voyeur/sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/sound.cpp b/engines/voyeur/sound.cpp index ea6f9fa525..baad356c07 100644 --- a/engines/voyeur/sound.cpp +++ b/engines/voyeur/sound.cpp @@ -76,7 +76,7 @@ void SoundManager::startVOCPlay(const Common::String &filename) { } int SoundManager::getVOCStatus() { - error("TODO: getVOCStatus"); + return _mixer->isSoundHandleActive(_soundHandle); } } // End of namespace Voyeur |