Done research on ignored animation flags and commented the code
svn-id: r45711
This commit is contained in:
parent
c65eefbdf7
commit
fdad4e7b54
2 changed files with 21 additions and 5 deletions
|
@ -389,6 +389,10 @@ void Script::load(Common::Queue<int> ¶ms) {
|
|||
}
|
||||
}
|
||||
|
||||
// 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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue