From 5b134184c541b21acf7de56446a01325ab361447 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 1 Nov 2007 02:10:55 +0000 Subject: Fix play back of OmniTV videos in The Feeble Files for now. svn-id: r29350 --- engines/agos/animation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agos/animation.h') 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; -- cgit v1.2.3