aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/behavior.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-12-16 22:16:47 +0200
committerEugene Sandulenko2013-12-16 22:28:12 +0200
commit65512ffd970b9d2ad0ebc1920213c77f4a0ebbcb (patch)
tree6de6ba19526e65fd73c51aa0fd2beec96d879714 /engines/fullpipe/behavior.cpp
parent5fc18c023d76d85624417b4c9fc90b0e61823faa (diff)
downloadscummvm-rg350-65512ffd970b9d2ad0ebc1920213c77f4a0ebbcb.tar.gz
scummvm-rg350-65512ffd970b9d2ad0ebc1920213c77f4a0ebbcb.tar.bz2
scummvm-rg350-65512ffd970b9d2ad0ebc1920213c77f4a0ebbcb.zip
FULLPIPE: Implement scene06_initMumsy()
Diffstat (limited to 'engines/fullpipe/behavior.cpp')
-rw-r--r--engines/fullpipe/behavior.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/fullpipe/behavior.cpp b/engines/fullpipe/behavior.cpp
index c27f1082f5..bcf5f0d7bb 100644
--- a/engines/fullpipe/behavior.cpp
+++ b/engines/fullpipe/behavior.cpp
@@ -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;