aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos')
-rw-r--r--engines/agos/animation.cpp3
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;
}