diff options
| author | Johannes Schickel | 2005-11-26 16:37:20 +0000 |
|---|---|---|
| committer | Johannes Schickel | 2005-11-26 16:37:20 +0000 |
| commit | 6bf4affaa4a1a046822ba6d9fa92d233104e57d3 (patch) | |
| tree | f96f96f81f0611e76ac64ec5e492339a74880185 /kyra/staticres.cpp | |
| parent | 66e5b90168b311d6f4d4d1ae31142e02bca29d4d (diff) | |
| download | scummvm-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.cpp | 8 |
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}; |
