aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/lift.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-11-04 00:28:13 +0200
committerEugene Sandulenko2013-11-04 00:30:00 +0200
commit6c7c8215e30f4e67e2dbe0922e843201f055cfa0 (patch)
tree3a152bea03228a8e4682cff806c75b4131ca4a3e /engines/fullpipe/lift.cpp
parent7da5c8c514ae0bd62dd96fdd30e9a3db5bc9eca9 (diff)
downloadscummvm-rg350-6c7c8215e30f4e67e2dbe0922e843201f055cfa0.tar.gz
scummvm-rg350-6c7c8215e30f4e67e2dbe0922e843201f055cfa0.tar.bz2
scummvm-rg350-6c7c8215e30f4e67e2dbe0922e843201f055cfa0.zip
FULLPIPE: Started implementing scene 3
Diffstat (limited to 'engines/fullpipe/lift.cpp')
-rw-r--r--engines/fullpipe/lift.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/fullpipe/lift.cpp b/engines/fullpipe/lift.cpp
index 25dd2613fe..8fa6cf744d 100644
--- a/engines/fullpipe/lift.cpp
+++ b/engines/fullpipe/lift.cpp
@@ -64,4 +64,8 @@ int FullpipeEngine::lift_getButtonIdP(int objid) {
}
}
+void FullpipeEngine::lift_sub5(Scene *sc, int qu1, int qu2) {
+ warning("STUB: FullpipeEngine::lift_sub5()");
+}
+
} // End of namespace Fullpipe