aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/fullpipe/lift.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/fullpipe/lift.cpp b/engines/fullpipe/lift.cpp
index 4a5b124d02..aa0c19e475 100644
--- a/engines/fullpipe/lift.cpp
+++ b/engines/fullpipe/lift.cpp
@@ -243,7 +243,9 @@ void FullpipeEngine::lift_sub1(StaticANIObject *ani) {
}
void FullpipeEngine::lift_startExitQueue() {
- warning("STUB: FullpipeEngine::lift_startExitQueue()");
+ MessageQueue *mq = new MessageQueue(_liftExitMQ, 0, 0);
+
+ mq->chain(0);
}
void FullpipeEngine::lift_sub05(ExCommand *ex) {