Done research on ignored animation flags and commented the code

svn-id: r45711
This commit is contained in:
Robert Špalek 2009-11-07 00:36:23 +00:00
parent c65eefbdf7
commit fdad4e7b54
2 changed files with 21 additions and 5 deletions

View file

@ -389,6 +389,10 @@ void Script::load(Common::Queue<int> &params) {
}
}
// We don't test here whether an animation is loaded in the
// AnimationManager while not being registered in the object's array of
// animations. This cannot legally happen and an assertion will be
// thrown by loadAnimation().
loadObjectAnimation(obj, animID);
}