diff options
author | Travis Howell | 2008-03-09 12:19:42 +0000 |
---|---|---|
committer | Travis Howell | 2008-03-09 12:19:42 +0000 |
commit | 24b04c6f5143e87f2502c34a0a1b8ad89f5535fb (patch) | |
tree | a0017f6bbc0d82702dde0db238716c9f3fa7f98b /engines | |
parent | 9b6be10181116d9723f7a92e8e98d57a97da0f0d (diff) | |
download | scummvm-rg350-24b04c6f5143e87f2502c34a0a1b8ad89f5535fb.tar.gz scummvm-rg350-24b04c6f5143e87f2502c34a0a1b8ad89f5535fb.tar.bz2 scummvm-rg350-24b04c6f5143e87f2502c34a0a1b8ad89f5535fb.zip |
Fix compile.
svn-id: r31085
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/staticres.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp index e7300fa507..afaefb6ad5 100644 --- a/engines/kyra/staticres.cpp +++ b/engines/kyra/staticres.cpp @@ -1524,13 +1524,13 @@ const uint16 KyraEngine_v2::_itemMagicTable[] = { 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF }; -const int KyraEngine_v3::_bookPageYOffset[] = { +const int KyraEngine_v2::_bookPageYOffset[] = { 0, 0, 2, 2, 0, 0, 2, 2, 0, 0, 2, 2 }; -const byte KyraEngine_v3::_bookTextColorMap[] = { +const byte KyraEngine_v2::_bookTextColorMap[] = { 0x00, 0xC7, 0xCF, 0x00 }; |