aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/behavior.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-11-23 21:00:58 -0500
committerEugene Sandulenko2013-11-23 21:01:15 -0500
commit6a2ee82699d7467e2e698d5d1ce6a388f49bb883 (patch)
treef4079d316f01bb93510723a49368f61a7f5cb30e /engines/fullpipe/behavior.h
parent14cb73789e1f79e94d3b579f2b3d5c74f8b8c60f (diff)
downloadscummvm-rg350-6a2ee82699d7467e2e698d5d1ce6a388f49bb883.tar.gz
scummvm-rg350-6a2ee82699d7467e2e698d5d1ce6a388f49bb883.tar.bz2
scummvm-rg350-6a2ee82699d7467e2e698d5d1ce6a388f49bb883.zip
FULLPIPE: Implement sceneHandler04_sub1()
Diffstat (limited to 'engines/fullpipe/behavior.h')
-rw-r--r--engines/fullpipe/behavior.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/behavior.h b/engines/fullpipe/behavior.h
index 4fd1454351..1ac0b5bbfe 100644
--- a/engines/fullpipe/behavior.h
+++ b/engines/fullpipe/behavior.h
@@ -79,6 +79,8 @@ class BehaviorManager : public CObject {
void updateStaticAniBehavior(StaticANIObject *ani, int delay, BehaviorEntry *beh);
bool setBehaviorEnabled(StaticANIObject *obj, int aniId, int quId, int flag);
+
+ void setFlagByStaticAniObject(StaticANIObject *ani, int flag);
};
} // End of namespace Fullpipe