diff options
author | Adrian Frühwirth | 2018-05-17 19:52:15 +0200 |
---|---|---|
committer | Adrian Frühwirth | 2018-05-17 19:52:15 +0200 |
commit | fa6a9280b215bef7ad36fcaffef02a267be5be2f (patch) | |
tree | 985d8babe578f9fce0c32c58691f02b09395f614 /video | |
parent | ff1b7ff89d03dce2e10bda136c954bb20c384c36 (diff) | |
download | scummvm-rg350-fa6a9280b215bef7ad36fcaffef02a267be5be2f.tar.gz scummvm-rg350-fa6a9280b215bef7ad36fcaffef02a267be5be2f.tar.bz2 scummvm-rg350-fa6a9280b215bef7ad36fcaffef02a267be5be2f.zip |
VIDEO: Add PRINCE to list of engines using the FLIC decoder
Diffstat (limited to 'video')
-rw-r--r-- | video/flic_decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video/flic_decoder.h b/video/flic_decoder.h index 445e474b87..3697fb2cb1 100644 --- a/video/flic_decoder.h +++ b/video/flic_decoder.h @@ -43,6 +43,7 @@ namespace Video { * * Video decoder used in engines: * - chewy + * - prince * - tucker */ class FlicDecoder : public VideoDecoder { |