aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/animation.h')
-rw-r--r--engines/prince/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/animation.h b/engines/prince/animation.h
index 838836d818..733acb399c 100644
--- a/engines/prince/animation.h
+++ b/engines/prince/animation.h
@@ -34,7 +34,7 @@ class Animation {
public:
Animation();
~Animation();
- bool loadFromStream(Common::SeekableReadStream &stream);
+ bool loadStream(Common::SeekableReadStream &stream);
int16 getLoopCount() const;
int32 getPhaseCount() const;