From 6c7c8215e30f4e67e2dbe0922e843201f055cfa0 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 4 Nov 2013 00:28:13 +0200 Subject: FULLPIPE: Started implementing scene 3 --- engines/fullpipe/behavior.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/fullpipe/behavior.cpp') diff --git a/engines/fullpipe/behavior.cpp b/engines/fullpipe/behavior.cpp index c1fe835b81..c7b526d2c1 100644 --- a/engines/fullpipe/behavior.cpp +++ b/engines/fullpipe/behavior.cpp @@ -179,6 +179,12 @@ void BehaviorManager::updateStaticAniBehavior(StaticANIObject *ani, int delay, B } } +bool BehaviorManager::setBehaviorEnabled(StaticANIObject *obj, int aniId, int quId, int flag) { + warning("STUB: BehaviorManager::setBehaviorEnabled()"); + + return true; +} + void BehaviorInfo::clear() { _ani = 0; _staticsId = 0; -- cgit v1.2.3