aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/animation.h
diff options
context:
space:
mode:
authorTravis Howell2007-11-01 02:10:55 +0000
committerTravis Howell2007-11-01 02:10:55 +0000
commit5b134184c541b21acf7de56446a01325ab361447 (patch)
tree4ad3c52b0ca7c869d94be12490cf06b70ad8bf7c /engines/agos/animation.h
parent87e2f43273f53b5956c5b850271baab4dbe2efbc (diff)
downloadscummvm-rg350-5b134184c541b21acf7de56446a01325ab361447.tar.gz
scummvm-rg350-5b134184c541b21acf7de56446a01325ab361447.tar.bz2
scummvm-rg350-5b134184c541b21acf7de56446a01325ab361447.zip
Fix play back of OmniTV videos in The Feeble Files for now.
svn-id: r29350
Diffstat (limited to 'engines/agos/animation.h')
-rw-r--r--engines/agos/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/animation.h b/engines/agos/animation.h
index 6776395ab7..db325b336a 100644
--- a/engines/agos/animation.h
+++ b/engines/agos/animation.h
@@ -47,7 +47,7 @@ class MoviePlayer : public Graphics::DXAPlayer {
Audio::SoundHandle _omniTVSound;
Common::SeekableReadStream *_omniTVFile;
- bool _omniTV;
+ bool _omniTV, _omniTVLoad;
bool _leftButtonDown;
bool _rightButtonDown;
uint32 _ticks;