diff options
| author | Travis Howell | 2006-06-03 13:27:19 +0000 |
|---|---|---|
| committer | Travis Howell | 2006-06-03 13:27:19 +0000 |
| commit | a2894d9a8220414fb8a38e90a455b56507c08132 (patch) | |
| tree | a767f115c78c0711f09389ab737acc1b900d3a00 /engines | |
| parent | 7d5d40774b5100dc58b73c7666ac7e1aec295ef8 (diff) | |
| download | scummvm-rg350-a2894d9a8220414fb8a38e90a455b56507c08132.tar.gz scummvm-rg350-a2894d9a8220414fb8a38e90a455b56507c08132.tar.bz2 scummvm-rg350-a2894d9a8220414fb8a38e90a455b56507c08132.zip | |
Add comment
svn-id: r22870
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/simon/animation.cpp | 1 |
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; |
