aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/animation.h')
-rw-r--r--sword2/driver/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/animation.h b/sword2/driver/animation.h
index 5958d03692..99138ffd79 100644
--- a/sword2/driver/animation.h
+++ b/sword2/driver/animation.h
@@ -69,7 +69,7 @@ struct MovieInfo {
uint frames;
bool seamless;
};
-
+
class MoviePlayer {
private:
Sword2Engine *_vm;