aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_resources.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-11-22 19:24:33 -0500
committerPaul Gilbert2014-12-12 22:38:22 -0500
commit1d60368724198d9c5fd201ab628ef46d285bb73b (patch)
tree182e3951aba965af013c7e95b616806a719b69ce /engines/access/amazon/amazon_resources.cpp
parent1d70d61d2b9935c3d64711757e9da67091ba0bc2 (diff)
downloadscummvm-rg350-1d60368724198d9c5fd201ab628ef46d285bb73b.tar.gz
scummvm-rg350-1d60368724198d9c5fd201ab628ef46d285bb73b.tar.bz2
scummvm-rg350-1d60368724198d9c5fd201ab628ef46d285bb73b.zip
ACCESS: Tweaks to mWhileDoOpen and fixes to pan method
Diffstat (limited to 'engines/access/amazon/amazon_resources.cpp')
-rw-r--r--engines/access/amazon/amazon_resources.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/access/amazon/amazon_resources.cpp b/engines/access/amazon/amazon_resources.cpp
index 4df2c0c42e..ead6410bec 100644
--- a/engines/access/amazon/amazon_resources.cpp
+++ b/engines/access/amazon/amazon_resources.cpp
@@ -1524,7 +1524,7 @@ const int TORCH[12] = {
const int SPEAR[3] = {30, -13, 1};
-const int openObj[10][4] = {
+const int OPENING_OBJS[10][4] = {
{8, -80, 120, 30},
{13, 229, 0, 50},
{12, 78, 0, 50},
@@ -1746,4 +1746,5 @@ const byte *RIVEROBJECTTBL[6] = {
};
} // End of namespace Amazon
+
} // End of namespace Access