aboutsummaryrefslogtreecommitdiff
path: root/kyra/staticres.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2005-11-11 22:17:06 +0000
committerJohannes Schickel2005-11-11 22:17:06 +0000
commit1f77077524d978b66234970b0220f311d036fe79 (patch)
tree2782184317c53f4dd2dc9ea5f57c48d0d8d7e8b3 /kyra/staticres.cpp
parente1a8bce873cb301a9833ff132630b3defdf0e16a (diff)
downloadscummvm-rg350-1f77077524d978b66234970b0220f311d036fe79.tar.gz
scummvm-rg350-1f77077524d978b66234970b0220f311d036fe79.tar.bz2
scummvm-rg350-1f77077524d978b66234970b0220f311d036fe79.zip
Commited patch #1354117. Thanks to vinterstum.
svn-id: r19560
Diffstat (limited to 'kyra/staticres.cpp')
-rw-r--r--kyra/staticres.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/kyra/staticres.cpp b/kyra/staticres.cpp
index bbb85c7c98..ac7bf0189b 100644
--- a/kyra/staticres.cpp
+++ b/kyra/staticres.cpp
@@ -589,4 +589,7 @@ const int8 KyraEngine::_addYPosTable[] = {
0, -2, -2, -2, 0, 2, 2, 2
};
+const uint16 KyraEngine::_amuletX[] = {231, 275, 253, 253};
+const uint16 KyraEngine::_amuletY[] = {170, 170, 159, 181};
+
} // End of namespace Kyra