FULLPIPE: Implement scene06_initMumsy()

This commit is contained in:
Eugene Sandulenko 2013-12-16 22:16:47 +02:00
parent 5fc18c023d
commit 65512ffd97
5 changed files with 19 additions and 1 deletions

View file

@ -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;