aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_resources.cpp
diff options
context:
space:
mode:
authorStrangerke2014-11-28 13:59:27 +0100
committerPaul Gilbert2014-12-12 22:49:53 -0500
commit27351011799b4c85e0fc7f80acbbbf10dbb78aa9 (patch)
tree6113a2da33f43412fe84b6b1568abe63c3b815e0 /engines/access/amazon/amazon_resources.cpp
parent3f445384415d18bc4e437c33df67be88dfdb4a0a (diff)
downloadscummvm-rg350-27351011799b4c85e0fc7f80acbbbf10dbb78aa9.tar.gz
scummvm-rg350-27351011799b4c85e0fc7f80acbbbf10dbb78aa9.tar.bz2
scummvm-rg350-27351011799b4c85e0fc7f80acbbbf10dbb78aa9.zip
ACCESS: Finish the implementation of cmdHelp (still a redraw issue)
Diffstat (limited to 'engines/access/amazon/amazon_resources.cpp')
-rw-r--r--engines/access/amazon/amazon_resources.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/access/amazon/amazon_resources.cpp b/engines/access/amazon/amazon_resources.cpp
index 6148eeb8f1..05e234aefc 100644
--- a/engines/access/amazon/amazon_resources.cpp
+++ b/engines/access/amazon/amazon_resources.cpp
@@ -1772,6 +1772,10 @@ RiverStruct *RIVEROBJECTTBL[6] = {
ENDRIVER1, RIVER2OBJECTS, ENDRIVER2
};
+const int HELP1COORDS[2][4] = {
+ { 76, 129, 168, 183 }, { 187, 240, 168, 183 }
+};
+
} // End of namespace Amazon
} // End of namespace Access