aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2006-06-03 13:27:19 +0000
committerTravis Howell2006-06-03 13:27:19 +0000
commita2894d9a8220414fb8a38e90a455b56507c08132 (patch)
treea767f115c78c0711f09389ab737acc1b900d3a00
parent7d5d40774b5100dc58b73c7666ac7e1aec295ef8 (diff)
downloadscummvm-rg350-a2894d9a8220414fb8a38e90a455b56507c08132.tar.gz
scummvm-rg350-a2894d9a8220414fb8a38e90a455b56507c08132.tar.bz2
scummvm-rg350-a2894d9a8220414fb8a38e90a455b56507c08132.zip
Add comment
svn-id: r22870
-rw-r--r--engines/simon/animation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/simon/animation.cpp b/engines/simon/animation.cpp
index 5be3b6c852..f5261aebe8 100644
--- a/engines/simon/animation.cpp
+++ b/engines/simon/animation.cpp
@@ -167,6 +167,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)) {
playOmniTV();
return;