From 0c2ab20663c12464e923608a73d851c019006238 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 19 Aug 2009 08:30:15 +0000 Subject: Implemented proper character selection of Lands of Lore PC98. svn-id: r43531 --- engines/kyra/lol.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/kyra/lol.h') 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[]; -- cgit v1.2.3