aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.cpp
diff options
context:
space:
mode:
authorStrangerke2015-10-19 07:15:42 +0200
committerStrangerke2015-10-19 07:15:42 +0200
commit7a6bc4f8cfb26ea58385f21886ad0a6b0dbb18a9 (patch)
tree555eed2f8f85a536b1d80d004002c6d779f93810 /engines/mads/scene.cpp
parent3488f05585a1c3491e90e3aa5d14fb34fcfb17d5 (diff)
downloadscummvm-rg350-7a6bc4f8cfb26ea58385f21886ad0a6b0dbb18a9.tar.gz
scummvm-rg350-7a6bc4f8cfb26ea58385f21886ad0a6b0dbb18a9.tar.bz2
scummvm-rg350-7a6bc4f8cfb26ea58385f21886ad0a6b0dbb18a9.zip
MADS: Phantom: Implement scene 109
Diffstat (limited to 'engines/mads/scene.cpp')
-rw-r--r--engines/mads/scene.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp
index 5a8fbe6dde..d62e33363e 100644
--- a/engines/mads/scene.cpp
+++ b/engines/mads/scene.cpp
@@ -790,4 +790,8 @@ void Scene::loadSpeech(int idx) {
void Scene::playSpeech(int idx) {
warning("TODO: Scene::playSpeech");
}
+
+void Scene::sceneScale(int front_y, int front_scale, int back_y, int back_scale) {
+ warning("TODO: Scene:scaleRoom");
+}
} // End of namespace MADS