aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_resources.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-11-23 18:59:39 -0500
committerPaul Gilbert2014-12-12 22:41:45 -0500
commit74a15d659989f90140b8ff30ad4af4783802b758 (patch)
tree220651b9251b685686b29714124d632e2386aa94 /engines/access/amazon/amazon_resources.cpp
parent36a3c5d2341204cbbba8bd067f90e65820edb72b (diff)
downloadscummvm-rg350-74a15d659989f90140b8ff30ad4af4783802b758.tar.gz
scummvm-rg350-74a15d659989f90140b8ff30ad4af4783802b758.tar.bz2
scummvm-rg350-74a15d659989f90140b8ff30ad4af4783802b758.zip
ACCESS: Fix the mWhileDownRiver cutscene
Diffstat (limited to 'engines/access/amazon/amazon_resources.cpp')
-rw-r--r--engines/access/amazon/amazon_resources.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/access/amazon/amazon_resources.cpp b/engines/access/amazon/amazon_resources.cpp
index 192af2c9b6..af631eae7e 100644
--- a/engines/access/amazon/amazon_resources.cpp
+++ b/engines/access/amazon/amazon_resources.cpp
@@ -1557,6 +1557,23 @@ const byte MAP2[32] = {
const byte *MAPTBL[3] = {MAP0, MAP1, MAP2};
+const int DOWNRIVEROBJ[14][4] = {
+ { 3, 77, 0, 40 },
+ { 2, 30, 0, 30 },
+ { 2, 290, 0, 50 },
+ { 1, 210, 0, 70 },
+ { 2, 350, 0, 30 },
+ { 1, 370, 0, 20 },
+ { 2, 480, 0, 60 },
+ { 3, 395, 0, 10 },
+ { 1, 550, 0, 30 },
+ { 2, 620, 0, 50 },
+ { 1, 690, 0, 10 },
+ { 2, 715, 0, 40 },
+ { 1, 770, 0, 30 },
+ { 3, 700, 0, 20 }
+};
+
const RiverStruct RIVER0OBJECTS[45] = {
{16, 31, 6400, 0, 4, 12},
{16, 31, 6200, 0, 2, 12},