aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/movie.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/movie.h')
-rw-r--r--engines/toon/movie.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/toon/movie.h b/engines/toon/movie.h
index e89abb56c0..9abbcdf66f 100644
--- a/engines/toon/movie.h
+++ b/engines/toon/movie.h
@@ -37,6 +37,9 @@ public:
virtual ~ToonstruckSmackerDecoder() {}
void handleAudioTrack(byte track, uint32 chunkSize, uint32 unpackedSize);
bool loadFile(const Common::String &filename, int forcedflags) ;
+ bool isLowRes() { return _lowRes; }
+protected:
+ bool _lowRes;
};
class Movie {
@@ -54,7 +57,6 @@ protected:
Audio::Mixer *_mixer;
ToonstruckSmackerDecoder *_decoder;
bool _playing;
-
};
} // End of namespace Toon