FULLPIPE: Implement StaticANIObject::changeStatics2()

This commit is contained in:
Eugene Sandulenko 2013-12-11 22:54:15 +02:00
parent edbf2d49fb
commit 8caec7691c
5 changed files with 29 additions and 2 deletions

View file

@ -1519,6 +1519,10 @@ MessageQueue *MGM::genMovement(MGMInfo *mgminfo) {
return 0;
}
void MGM::updateAnimStatics(StaticANIObject *ani, int staticsId) {
warning("STUB: MGM::updateAnimStatics()");
}
MovGraphLink::MovGraphLink() {
_distance = 0;
_angle = 0;