aboutsummaryrefslogtreecommitdiff
path: root/saga/animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/animation.cpp')
-rw-r--r--saga/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/animation.cpp b/saga/animation.cpp
index 5948cb78d5..963bb11faa 100644
--- a/saga/animation.cpp
+++ b/saga/animation.cpp
@@ -438,7 +438,7 @@ void Anim::readAnimHeader(MemoryReadStreamEndian &readS, ANIMATION_HEADER &ah) {
ah.start = readS.readUint16BE();
if (ah.start != 65535 && ah.start != 0)
- error("Anim::readAnimHeader(): found different start: %d. Fix Anim::play()", ah.start);
+ warning("Anim::readAnimHeader(): found different start: %d. Fix Anim::play()", ah.start);
ah.start += readS.pos();
}