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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/movie.h b/engines/toon/movie.h
index 7dc4568042..2a9173850f 100644
--- a/engines/toon/movie.h
+++ b/engines/toon/movie.h
@@ -36,7 +36,7 @@ public:
ToonstruckSmackerDecoder(Audio::Mixer *mixer, Audio::Mixer::SoundType soundType = Audio::Mixer::kSFXSoundType);
virtual ~ToonstruckSmackerDecoder() {}
void handleAudioTrack(byte track, uint32 chunkSize, uint32 unpackedSize);
- bool loadFile(const Common::String &filename, int forcedflags) ;
+ bool loadFile(const Common::String &filename, int forcedflags);
bool isLowRes() { return _lowRes; }
protected:
bool _lowRes;