aboutsummaryrefslogtreecommitdiff
path: root/kyra/staticres.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2005-11-26 16:37:20 +0000
committerJohannes Schickel2005-11-26 16:37:20 +0000
commit6bf4affaa4a1a046822ba6d9fa92d233104e57d3 (patch)
treef96f96f81f0611e76ac64ec5e492339a74880185 /kyra/staticres.cpp
parent66e5b90168b311d6f4d4d1ae31142e02bca29d4d (diff)
downloadscummvm-rg350-6bf4affaa4a1a046822ba6d9fa92d233104e57d3.tar.gz
scummvm-rg350-6bf4affaa4a1a046822ba6d9fa92d233104e57d3.tar.bz2
scummvm-rg350-6bf4affaa4a1a046822ba6d9fa92d233104e57d3.zip
Fixed bug that findSubPath did not update the saved facing.
svn-id: r19704
Diffstat (limited to 'kyra/staticres.cpp')
-rw-r--r--kyra/staticres.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kyra/staticres.cpp b/kyra/staticres.cpp
index c9c857f7e9..8c7e17faf9 100644
--- a/kyra/staticres.cpp
+++ b/kyra/staticres.cpp
@@ -574,19 +574,19 @@ const char *KyraEngine::_xmidiFiles[] = {
const int KyraEngine::_xmidiFilesCount = ARRAYSIZE(_xmidiFiles);
const int8 KyraEngine::_charXPosTable[] = {
- 0, 4, 4, 4, 0, -4, -4, -4
+ 0, 4, 4, 4, 0, -4, -4, -4
};
const int8 KyraEngine::_addXPosTable[] = {
- 4, 4, 0, -4, -4, -4, 0, 4
+ 4, 4, 0, -4, -4, -4, 0, 4
};
const int8 KyraEngine::_charYPosTable[] = {
- -2, -2, 0, 2, 2, 2, 0, -2
+ -2, -2, 0, 2, 2, 2, 0, -2
};
const int8 KyraEngine::_addYPosTable[] = {
- 0, -2, -2, -2, 0, 2, 2, 2
+ 0, -2, -2, -2, 0, 2, 2, 2
};
const uint16 KyraEngine::_amuletX[] = {231, 275, 253, 253};