diff options
Diffstat (limited to 'engines/kyra/staticres.cpp')
-rw-r--r-- | engines/kyra/staticres.cpp | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp index abafeceeb4..0ab1deb9bf 100644 --- a/engines/kyra/staticres.cpp +++ b/engines/kyra/staticres.cpp @@ -2400,5 +2400,35 @@ const uint8 KyraEngine_v3::_itemStringInv[] = { 0x6, 0x9, 0x2, 0xC }; +const int8 KyraEngine_v3::_scoreTable[] = { + 10, 8, 5, 9, 10, 10, 7, 8, + 9, 9, 8, 8, 7, 8, 5, 9, + 6, 10, 7, 8, 5, 9, 6, 6, + 7, 8, 5, 9, 6, 8, 7, 8, + 5, 9, 6, 10, 7, 8, 5, 5, + 5, 7, 5, 7, 10, 5, 10, 5, + 5, 8, 6, 8, 7, 5, 5, 8, + 6, 9, 5, 7, 6, 5, 5, 7, + 7, 7, 6, 5, 8, 6, 10, 5, + 7, 5, 10, 5, 5, 5, 5, 7, + 5, 8, 9, 7, 7, 6, 10, 6, + 5, 10, 8, 5, 8, 6, 10, 5, + 5, 8, 8, 5, 7, 7, 7, 6, + 8, 9, 8, 8, 6, 5, 7, 6, + 5, 8, 15, 7, 9, 6, 6, 8, + 5, 8, 15, 15, 5, 15, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0 +}; + +const int KyraEngine_v3::_scoreTableSize = ARRAYSIZE(KyraEngine_v3::_scoreTable); + } // End of namespace Kyra |