aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/video/vmd_decoder.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/engines/sci/video/vmd_decoder.h b/engines/sci/video/vmd_decoder.h
index 63a7e92ab6..628be24e82 100644
--- a/engines/sci/video/vmd_decoder.h
+++ b/engines/sci/video/vmd_decoder.h
@@ -38,11 +38,18 @@ namespace Sci {
* Wrapper for the Coktel Vision VMD video decoder
* for videos by Coktel Vision/Sierra.
*
- * Video decoder used in engines:
- * - gob (without this wrapper)
- * - sci
+ * VMD videos were used in the following SCI21/SCI3
+ * adventure games, developed by Sierra:
+ * - Gabriel Knight 2: The Beast Within
+ * - Leisure Suit Larry 7
+ * - Lighthouse
+ * - Phantasmagoria 1
+ * - RAMA
+ * - Shivers
+ * - Shivers 2: Harvest of Souls
+ * - Torin's Passage
*/
- class VMDDecoder : public Graphics::VideoDecoder {
+class VMDDecoder : public Graphics::VideoDecoder {
public:
VMDDecoder(Audio::Mixer *mixer);
virtual ~VMDDecoder();