aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld_scenes3.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2011-04-19 19:18:34 +1000
committerPaul Gilbert2011-04-19 19:18:34 +1000
commit55f1fa8dba78c6c11365b98b358d249209db99fc (patch)
tree35d334e616f95c5192b45606d3cc8d9224d9f0ab /engines/tsage/ringworld_scenes3.cpp
parentb929699ad20dc06a379fedb3704a28aec0f82347 (diff)
downloadscummvm-rg350-55f1fa8dba78c6c11365b98b358d249209db99fc.tar.gz
scummvm-rg350-55f1fa8dba78c6c11365b98b358d249209db99fc.tar.bz2
scummvm-rg350-55f1fa8dba78c6c11365b98b358d249209db99fc.zip
TSAGE: Bugfixes for graphics glitches when using the lift in scene #2320
Diffstat (limited to 'engines/tsage/ringworld_scenes3.cpp')
-rw-r--r--engines/tsage/ringworld_scenes3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tsage/ringworld_scenes3.cpp b/engines/tsage/ringworld_scenes3.cpp
index 1571f18f84..bd276a8fee 100644
--- a/engines/tsage/ringworld_scenes3.cpp
+++ b/engines/tsage/ringworld_scenes3.cpp
@@ -5068,7 +5068,7 @@ void Scene2320::Action3::signal() {
break;
}
case 3:
- scene->_hotspot6.setPriority2(scene->_hotspot6._priority - 1);
+ _globals->_player.setPriority2(scene->_hotspot6._priority - 1);
_globals->_player._strip = 3;
setDelay(10);
break;
@@ -5798,7 +5798,7 @@ void Scene2320::postInit(SceneObjectList *OwnerList) {
_globals->_sceneItems.push_back(&_hotspot8);
}
- _area1.setup(2100, 2, 1, 2100);
+ _area1.setup(2153, 2, 1, 2100);
_area1._pt = Common::Point(200, 31);
_area2.setup(2153, 3, 1, 2150);
_area2._pt = Common::Point(200, 50);