aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/phantom/phantom_scenes5.cpp')
-rw-r--r--engines/mads/phantom/phantom_scenes5.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/phantom/phantom_scenes5.cpp b/engines/mads/phantom/phantom_scenes5.cpp
index dcc0a2eb0c..c25dd187e6 100644
--- a/engines/mads/phantom/phantom_scenes5.cpp
+++ b/engines/mads/phantom/phantom_scenes5.cpp
@@ -3170,7 +3170,7 @@ void Scene505::setup() {
setAAName();
if ((_globals[kCoffinStatus] == 2) && (!_globals[kChrisLeft505]))
- _scene->_initialVariant = 1;
+ _scene->_variant = 1;
_scene->addActiveVocab(NOUN_CHRISTINE);
}
@@ -3928,7 +3928,7 @@ void Scene506::setup() {
_scene->addActiveVocab(VERB_LOOK_AT);
if (!_globals[kChristineIsInBoat])
- _scene->_initialVariant = 1;
+ _scene->_variant = 1;
}
void Scene506::enter() {