diff options
author | Travis Howell | 2007-06-10 09:07:23 +0000 |
---|---|---|
committer | Travis Howell | 2007-06-10 09:07:23 +0000 |
commit | 82cf767d97cf8ae711977b34af4b38de35be7590 (patch) | |
tree | 9c9183a61ca3cca2620d3cfd4fdb07c10ddbce89 /engines/agos | |
parent | 91b4555fa8ec5b2f2b3668096fa809385e865375 (diff) | |
download | scummvm-rg350-82cf767d97cf8ae711977b34af4b38de35be7590.tar.gz scummvm-rg350-82cf767d97cf8ae711977b34af4b38de35be7590.tar.bz2 scummvm-rg350-82cf767d97cf8ae711977b34af4b38de35be7590.zip |
An OmniTV cutscene pack, with be provided for Amiga and Macintosh versions of The Feeble Files.
svn-id: r27300
Diffstat (limited to 'engines/agos')
-rw-r--r-- | engines/agos/animation.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/agos/animation.cpp b/engines/agos/animation.cpp index afd8930a60..a482f73c98 100644 --- a/engines/agos/animation.cpp +++ b/engines/agos/animation.cpp @@ -115,8 +115,7 @@ void MoviePlayer::playOmniTV() { } void MoviePlayer::play() { - // The OmniTV videos were not included with Amiga and Macintosh versions. - if (_vm->getPlatform() == Common::kPlatformWindows && _vm->getBitFlag(40)) { + if (_vm->getBitFlag(40)) { playOmniTV(); return; } |