aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld2
diff options
context:
space:
mode:
authorPaul Gilbert2013-10-06 15:06:44 -0400
committerPaul Gilbert2013-10-06 15:06:44 -0400
commit50a34599f384d72c73493da1a10ad5f03575fb05 (patch)
tree9c2b51277bdfad4853e959b28213eab162989cee /engines/tsage/ringworld2
parent0fffbac36bee764b3479b5d3fb631faf5bcd5f76 (diff)
downloadscummvm-rg350-50a34599f384d72c73493da1a10ad5f03575fb05.tar.gz
scummvm-rg350-50a34599f384d72c73493da1a10ad5f03575fb05.tar.bz2
scummvm-rg350-50a34599f384d72c73493da1a10ad5f03575fb05.zip
TSAGE: Further bugfixes for R2R Bridge conversations
Diffstat (limited to 'engines/tsage/ringworld2')
-rw-r--r--engines/tsage/ringworld2/ringworld2_scenes0.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/tsage/ringworld2/ringworld2_scenes0.cpp b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
index c6d590e716..fd62575d25 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes0.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
@@ -3514,7 +3514,7 @@ void Scene300::signal() {
R2_GLOBALS.setFlag(40);
break;
case 5:
- if (R2_GLOBALS._stripManager_lookupList[1] == 6)
+ if (R2_GLOBALS._stripManager_lookupList[0] == 6)
R2_GLOBALS.setFlag(40);
break;
case 6:
@@ -3686,6 +3686,8 @@ void Scene300::signal() {
}
void Scene300::signal309() {
+ // Sets up what conversation items will be available when to talking to the
+ // others on the Bridge, and will be set dependent on game flags
if (R2_GLOBALS.getFlag(2))
R2_GLOBALS._stripManager_lookupList[0] = (R2_INVENTORY.getObjectScene(R2_READER) == 1) ? 3 : 2;