aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-19 08:30:15 +0000
committerJohannes Schickel2009-08-19 08:30:15 +0000
commit0c2ab20663c12464e923608a73d851c019006238 (patch)
treee2d4e41bbf9f4d5c3f462a60e0ca6272e9b0c720 /engines/kyra/lol.h
parent416fb4f309df5bd3657ec131743cd6605d52036b (diff)
downloadscummvm-rg350-0c2ab20663c12464e923608a73d851c019006238.tar.gz
scummvm-rg350-0c2ab20663c12464e923608a73d851c019006238.tar.bz2
scummvm-rg350-0c2ab20663c12464e923608a73d851c019006238.zip
Implemented proper character selection of Lands of Lore PC98.
svn-id: r43531
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index 1c89a7a1eb..7a112cfd8f 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -366,6 +366,10 @@ private:
static const CharacterPrev _charPreviews[];
+ // PC98 specific data
+ static const uint16 _charPosXPC98[];
+ static const uint8 _charNamesPC98[][11];
+
WSAMovie_v2 *_chargenWSA;
static const uint8 _chargenFrameTableTalkie[];
static const uint8 _chargenFrameTableFloppy[];