FULLPIPE: Implement scene06_initMumsy()
This commit is contained in:
parent
5fc18c023d
commit
65512ffd97
5 changed files with 19 additions and 1 deletions
|
@ -198,6 +198,12 @@ void BehaviorManager::setFlagByStaticAniObject(StaticANIObject *ani, int flag) {
|
|||
}
|
||||
}
|
||||
|
||||
BehaviorEntryInfo *BehaviorManager::getBehaviorEntryInfoByMessageQueueDataId(StaticANIObject *ani, int id1, int id2) {
|
||||
warning("STUB: getBehaviorEntryInfoByMessageQueueDataId()");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void BehaviorInfo::clear() {
|
||||
_ani = 0;
|
||||
_staticsId = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue