[Scummvm-cvs-logs] scummvm branch-1-8 -> a2dd7392694dfcc5da7f1a2e19317ffe92d4fa7c

dreammaster dreammaster at scummvm.org
Thu Feb 25 03:08:31 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a2dd739269 MADS: NEBULAR: Fix hotspot for doll in laboratory


Commit: a2dd7392694dfcc5da7f1a2e19317ffe92d4fa7c
    https://github.com/scummvm/scummvm/commit/a2dd7392694dfcc5da7f1a2e19317ffe92d4fa7c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-02-24T21:08:19-05:00

Commit Message:
MADS: NEBULAR: Fix hotspot for doll in laboratory

Changed paths:
    engines/mads/nebular/nebular_scenes5.cpp



diff --git a/engines/mads/nebular/nebular_scenes5.cpp b/engines/mads/nebular/nebular_scenes5.cpp
index 3778a59..ea3574b 100644
--- a/engines/mads/nebular/nebular_scenes5.cpp
+++ b/engines/mads/nebular/nebular_scenes5.cpp
@@ -1603,7 +1603,7 @@ void Scene508::enter() {
 		_globals._sequenceIndexes[3] = _scene->_sequences.startCycle(_globals._spriteIndexes[3], false, -2);
 		_scene->_sequences.setDepth(_globals._sequenceIndexes[3], 8);
 		_globals._sequenceIndexes[5] = _scene->_sequences.startCycle(_globals._spriteIndexes[5], false, -2);
-		int idx = _scene->_dynamicHotspots.add(NOUN_LASER_BEAM, VERB_WALKTO, _globals._sequenceIndexes[5], Common::Rect(0, 0, 0, 0));
+		int idx = _scene->_dynamicHotspots.add(NOUN_SPINACH_PATCH_DOLL, VERB_WALKTO, _globals._sequenceIndexes[5], Common::Rect(0, 0, 0, 0));
 		_scene->_dynamicHotspots.setPosition(idx, Common::Point(57, 116), FACING_NORTHEAST);
 		_scene->_hotspots.activate(NOUN_HOLE, false);
 		_scene->_hotspots.activate(NOUN_LASER_BEAM, false);






More information about the Scummvm-git-logs mailing list