aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-05-24 18:56:44 -0400
committerPaul Gilbert2014-05-24 18:56:44 -0400
commit87f7c0cda3a7d3ce46d8ad0cb39ce33a0f40d557 (patch)
tree83afa8574c27f244fdf57f1730c8a8fd4c3c407b /engines/mads/nebular/nebular_scenes.cpp
parent8f9a75a9255fbccb8be3bbe6fc35aafec00a4260 (diff)
downloadscummvm-rg350-87f7c0cda3a7d3ce46d8ad0cb39ce33a0f40d557.tar.gz
scummvm-rg350-87f7c0cda3a7d3ce46d8ad0cb39ce33a0f40d557.tar.bz2
scummvm-rg350-87f7c0cda3a7d3ce46d8ad0cb39ce33a0f40d557.zip
MADS: Generalize sequence record _msgPos as _position
Diffstat (limited to 'engines/mads/nebular/nebular_scenes.cpp')
-rw-r--r--engines/mads/nebular/nebular_scenes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/nebular_scenes.cpp b/engines/mads/nebular/nebular_scenes.cpp
index f8c113e8c5..cbfc055b6f 100644
--- a/engines/mads/nebular/nebular_scenes.cpp
+++ b/engines/mads/nebular/nebular_scenes.cpp
@@ -420,7 +420,7 @@ void SceneTeleporter::teleporterHandleKey() {
_game._player._stepEnabled = false;
Common::Point msgPos = teleporterComputeLocation();
_handSequenceId = _scene->_sequences.startReverseCycle(_handSpriteId, false, 4, 2, 0, 0);
- _scene->_sequences.setMsgPosition(_handSequenceId, msgPos);
+ _scene->_sequences.setPosition(_handSequenceId, msgPos);
_scene->_sequences.setDepth(_handSequenceId, 2);
_scene->_sequences.addSubEntry(_handSequenceId, SEQUENCE_TRIGGER_LOOP, 0, 1);
_scene->_sequences.addSubEntry(_handSequenceId, SEQUENCE_TRIGGER_EXPIRE, 0, 2);