aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/animation.cpp')
-rw-r--r--engines/prince/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/animation.cpp b/engines/prince/animation.cpp
index b594ff47d1..b4bde27f69 100644
--- a/engines/prince/animation.cpp
+++ b/engines/prince/animation.cpp
@@ -49,7 +49,7 @@ void Animation::clear() {
}
}
-bool Animation::loadFromStream(Common::SeekableReadStream &stream) {
+bool Animation::loadStream(Common::SeekableReadStream &stream) {
stream.skip(2); // skip not used x and y coord diff
_loopCount = stream.readUint16LE();
_phaseCount = stream.readUint16LE();