aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular
diff options
context:
space:
mode:
authorPaul Gilbert2014-06-01 23:30:41 -0400
committerPaul Gilbert2014-06-01 23:30:41 -0400
commitabb3038106660b4c020f59c43e4c0e048498f051 (patch)
tree616ef8beb770376b1293f4dcde7c958c4901c5e2 /engines/mads/nebular
parentf372a1ca4c66596103b5fd758d49a89abeb0437a (diff)
downloadscummvm-rg350-abb3038106660b4c020f59c43e4c0e048498f051.tar.gz
scummvm-rg350-abb3038106660b4c020f59c43e4c0e048498f051.tar.bz2
scummvm-rg350-abb3038106660b4c020f59c43e4c0e048498f051.zip
MADS: Fix for getting bottle
Diffstat (limited to 'engines/mads/nebular')
-rw-r--r--engines/mads/nebular/nebular_scenes7.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/nebular_scenes7.cpp b/engines/mads/nebular/nebular_scenes7.cpp
index f64f1a99cb..50e4233fb7 100644
--- a/engines/mads/nebular/nebular_scenes7.cpp
+++ b/engines/mads/nebular/nebular_scenes7.cpp
@@ -1227,7 +1227,7 @@ void Scene704::enter() {
_scene->_sequences.setPosition(_globals._sequenceIndexes[1], Common::Point(190, 122));
_scene->_sequences.setDepth(_globals._sequenceIndexes[1], 2);
}
- int idx = _scene->_dynamicHotspots.add(NOUN_BONES, VERB_LOOK_AT, _globals._sequenceIndexes[1], Common::Rect(0, 0, 0, 0));
+ int idx = _scene->_dynamicHotspots.add(NOUN_BOTTLE, VERB_LOOK_AT, _globals._sequenceIndexes[1], Common::Rect(0, 0, 0, 0));
_bottleHotspotId = _scene->_dynamicHotspots.setPosition(idx, Common::Point(-2, 0), FACING_NONE);
}