aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes3.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2015-03-14 12:50:04 +0200
committerFilippos Karapetis2015-03-14 12:50:04 +0200
commit4c97e08e33f5a94c62c7ae480d05eae85a6721b6 (patch)
treeda81bb104cc808c9d0eab6afd8f34eee2f16db6f /engines/mads/nebular/nebular_scenes3.cpp
parent84702e7d5c646ba757bf6fbfc59986570c43540b (diff)
downloadscummvm-rg350-4c97e08e33f5a94c62c7ae480d05eae85a6721b6.tar.gz
scummvm-rg350-4c97e08e33f5a94c62c7ae480d05eae85a6721b6.tar.bz2
scummvm-rg350-4c97e08e33f5a94c62c7ae480d05eae85a6721b6.zip
MADS: Fix some verbs
Diffstat (limited to 'engines/mads/nebular/nebular_scenes3.cpp')
-rw-r--r--engines/mads/nebular/nebular_scenes3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/nebular/nebular_scenes3.cpp b/engines/mads/nebular/nebular_scenes3.cpp
index 1a477c3bb8..d6c7ba1cc7 100644
--- a/engines/mads/nebular/nebular_scenes3.cpp
+++ b/engines/mads/nebular/nebular_scenes3.cpp
@@ -521,7 +521,7 @@ void Scene307::setup() {
setPlayerSpritesPrefix();
setAAName();
_scene->addActiveVocab(NOUN_AIR_VENT);
- _scene->addActiveVocab(NOUN_CLIMB_INTO);
+ _scene->addActiveVocab(VERB_CLIMB_INTO);
}
void Scene307::handleRexDialog(int quote) {
@@ -992,7 +992,7 @@ void Scene307::actions() {
_scene->_sequences.remove(_globals._sequenceIndexes[5]);
_grateOpenedFl = true;
_scene->_hotspots.activate(17, false);
- int idx = _scene->_dynamicHotspots.add(17, NOUN_CLIMB_INTO, -1, Common::Rect(117, 67, 117 + 19, 67 + 13));
+ int idx = _scene->_dynamicHotspots.add(17, VERB_CLIMB_INTO, -1, Common::Rect(117, 67, 117 + 19, 67 + 13));
int hotspotId = _scene->_dynamicHotspots.setPosition(idx, Common::Point(129, 104), FACING_NORTH);
_scene->_dynamicHotspots.setCursor(hotspotId, CURSOR_GO_UP);
_game._objects.removeFromInventory(OBJ_SCALPEL, NOWHERE);