FULLPIPE: Implement StaticANIObject::changeStatics2()
This commit is contained in:
parent
edbf2d49fb
commit
8caec7691c
5 changed files with 29 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue