aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.cpp
diff options
context:
space:
mode:
authorStrangerke2015-10-18 01:07:06 +0200
committerStrangerke2015-10-18 01:07:06 +0200
commitabd7d58633bb0a0e024ddfd5f257b09e532d4630 (patch)
treefa27ed220d685bed69c65d4eac8bd205fb21a1da /engines/mads/scene.cpp
parent530c3303c6457054daf8211886ae824937670af6 (diff)
downloadscummvm-rg350-abd7d58633bb0a0e024ddfd5f257b09e532d4630.tar.gz
scummvm-rg350-abd7d58633bb0a0e024ddfd5f257b09e532d4630.tar.bz2
scummvm-rg350-abd7d58633bb0a0e024ddfd5f257b09e532d4630.zip
MADS: Phantom: Add logic for scene 105
Use an enum in various calls of _scene->_dynamicHotspots.add()
Diffstat (limited to 'engines/mads/scene.cpp')
-rw-r--r--engines/mads/scene.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp
index 57c93a9d69..5a8fbe6dde 100644
--- a/engines/mads/scene.cpp
+++ b/engines/mads/scene.cpp
@@ -782,4 +782,12 @@ void Scene::drawToBackground(int series_id, int sprite_id, Common::Point pos, in
void Scene::deleteSequence(int idx) {
warning("TODO: Scene::deleteSequence");
}
+
+void Scene::loadSpeech(int idx) {
+ warning("TODO: Scene::loadSpeech");
+}
+
+void Scene::playSpeech(int idx) {
+ warning("TODO: Scene::playSpeech");
+}
} // End of namespace MADS