diff options
Diffstat (limited to 'engines/toon/movie.h')
-rw-r--r-- | engines/toon/movie.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/movie.h b/engines/toon/movie.h index e795182cba..4dd6583bf6 100644 --- a/engines/toon/movie.h +++ b/engines/toon/movie.h @@ -40,7 +40,7 @@ protected: SmackerVideoTrack *createVideoTrack(uint32 width, uint32 height, uint32 frameCount, const Common::Rational &frameRate, uint32 flags, uint32 signature) const; private: - bool _lowRes; + bool _lowRes; }; class Movie { |