aboutsummaryrefslogtreecommitdiff
path: root/engines/access/martian/martian_resources.cpp
diff options
context:
space:
mode:
authorStrangerke2014-12-29 07:22:51 +0100
committerStrangerke2014-12-29 07:22:51 +0100
commita33a9ae2e85c7999e9234538a3979d61ca431626 (patch)
tree82334920eb348966d0aadb62457787229911b2ef /engines/access/martian/martian_resources.cpp
parentc0a8a360833a7330b75f771fdb762568e48a9e37 (diff)
downloadscummvm-rg350-a33a9ae2e85c7999e9234538a3979d61ca431626.tar.gz
scummvm-rg350-a33a9ae2e85c7999e9234538a3979d61ca431626.tar.bz2
scummvm-rg350-a33a9ae2e85c7999e9234538a3979d61ca431626.zip
ACCESS: Split a bit more Player class, add some MM specific code
Diffstat (limited to 'engines/access/martian/martian_resources.cpp')
-rw-r--r--engines/access/martian/martian_resources.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/access/martian/martian_resources.cpp b/engines/access/martian/martian_resources.cpp
index 9f98824de8..78d14b7c86 100644
--- a/engines/access/martian/martian_resources.cpp
+++ b/engines/access/martian/martian_resources.cpp
@@ -719,6 +719,11 @@ const int COMBO_TABLE[54][4] = {
{ -1, -1, -1, -1 }
};
+const int SIDEOFFR[] = { 4, 0, 7, 10, 3, 1, 2, 13, 0, 0, 0, 0 };
+const int SIDEOFFL[] = { 11, 6, 1, 4, 10, 6, 1, 4, 0, 0, 0, 0 };
+const int SIDEOFFU[] = { 1, 2, 0, 2, 2, 1, 1, 0, 0, 0, 0, 0 };
+const int SIDEOFFD[] = { 2, 0, 1, 1, 0, 1, 1, 1, 2, 0, 0, 0 };
+
} // End of namespace Martian
} // End of namespace Access