aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld_scenes3.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2011-04-17 22:00:31 +1000
committerPaul Gilbert2011-04-17 22:01:24 +1000
commitf79b91548de6daf2c3bf9661e2a002b23744e99e (patch)
treefc661db5b09cf02d01e912c9f4bc42c4a62703c8 /engines/tsage/ringworld_scenes3.cpp
parent886ea29bbfe5556729843d97637ea9f691382ddc (diff)
downloadscummvm-rg350-f79b91548de6daf2c3bf9661e2a002b23744e99e.tar.gz
scummvm-rg350-f79b91548de6daf2c3bf9661e2a002b23744e99e.tar.bz2
scummvm-rg350-f79b91548de6daf2c3bf9661e2a002b23744e99e.zip
TSAGE: Bugfixes for Scene #2300 - Starship Hanger
Diffstat (limited to 'engines/tsage/ringworld_scenes3.cpp')
-rw-r--r--engines/tsage/ringworld_scenes3.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tsage/ringworld_scenes3.cpp b/engines/tsage/ringworld_scenes3.cpp
index 0cf299c2de..b4a456e748 100644
--- a/engines/tsage/ringworld_scenes3.cpp
+++ b/engines/tsage/ringworld_scenes3.cpp
@@ -4546,7 +4546,7 @@ void Scene2300::Action2::signal() {
case 7:
scene->_hotspot7._strip = 2;
scene->_hotspot7._frame = 1;
- scene->_hotspot7.animate(ANIM_MODE_7, this);
+ scene->_hotspot7.animate(ANIM_MODE_5, this);
break;
case 8:
scene->_hotspot2.animate(ANIM_MODE_6, this);
@@ -4672,7 +4672,7 @@ void Scene2300::Hotspot5::doAction(int action) {
}
}
-void Scene2300::Hotspot6::doAction(int action) {
+void Scene2300::Hotspot7::doAction(int action) {
Scene2300 *scene = (Scene2300 *)_globals->_sceneManager._scene;
switch (action) {
@@ -4707,7 +4707,7 @@ void Scene2300::postInit(SceneObjectList *OwnerList) {
setZoomPercents(0, 100, 200, 100);
_stripManager.addSpeaker(&_speakerSL);
- _stripManager.addSpeaker(&_speakerML);
+ _stripManager.addSpeaker(&_speakerMText);
_stripManager.addSpeaker(&_speakerQText);
_stripManager.addSpeaker(&_speakerSText);