aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/dragonsphere/dragonsphere_scenes1.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-01-08 18:46:04 +1100
committerPaul Gilbert2016-01-08 18:46:04 +1100
commit6e0d6e36a921972305e458fe9194548efc50dead (patch)
tree9cea2866b23cd833508c186c5635bc7edab63016 /engines/mads/dragonsphere/dragonsphere_scenes1.cpp
parentf1a80f91a684cd0e1fc2898d92a1c7531c3b2d75 (diff)
downloadscummvm-rg350-6e0d6e36a921972305e458fe9194548efc50dead.tar.gz
scummvm-rg350-6e0d6e36a921972305e458fe9194548efc50dead.tar.bz2
scummvm-rg350-6e0d6e36a921972305e458fe9194548efc50dead.zip
MADS: Further conversation cleanup, start of conv CND file loading
Diffstat (limited to 'engines/mads/dragonsphere/dragonsphere_scenes1.cpp')
-rw-r--r--engines/mads/dragonsphere/dragonsphere_scenes1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/dragonsphere/dragonsphere_scenes1.cpp b/engines/mads/dragonsphere/dragonsphere_scenes1.cpp
index 7fdea7137c..7d09c616ac 100644
--- a/engines/mads/dragonsphere/dragonsphere_scenes1.cpp
+++ b/engines/mads/dragonsphere/dragonsphere_scenes1.cpp
@@ -1141,7 +1141,7 @@ void Scene104::setup() {
}
void Scene104::enter() {
- _vm->_gameConv->get(1);
+ _vm->_gameConv->load(1);
if (_globals[kPlayerPersona] == 1) {
_scene->_sprites.addSprites(formAnimName('e', 8));
@@ -3157,7 +3157,7 @@ void Scene105::enter() {
_scene->_dynamicHotspots.setPosition(_boneHotspotId, Common::Point(255, 145), FACING_EAST);
}
- _vm->_gameConv->get(2);
+ _vm->_gameConv->load(2);
_newStatus = 1;
_previousStatus = 0;
_maidTalkingFl = false;