aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2008-03-09 12:19:42 +0000
committerTravis Howell2008-03-09 12:19:42 +0000
commit24b04c6f5143e87f2502c34a0a1b8ad89f5535fb (patch)
treea0017f6bbc0d82702dde0db238716c9f3fa7f98b /engines
parent9b6be10181116d9723f7a92e8e98d57a97da0f0d (diff)
downloadscummvm-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.cpp4
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
};