aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/engine/eobcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/engine/eobcommon.h')
-rw-r--r--engines/kyra/engine/eobcommon.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/kyra/engine/eobcommon.h b/engines/kyra/engine/eobcommon.h
index e476f8a852..91d0a6e089 100644
--- a/engines/kyra/engine/eobcommon.h
+++ b/engines/kyra/engine/eobcommon.h
@@ -459,6 +459,8 @@ protected:
EoBItemType *_itemTypes;
char **_itemNames;
uint16 _numItemNames;
+ int _numItemNamesPC98;
+ const char * const *_itemNamesPC98;
uint32 _partyEffectFlags;
Item _lastUsedItem;
@@ -865,6 +867,9 @@ protected:
const uint8 *_cgaMappingLevel[5];
const uint8 *_cgaLevelMappingIndex;
+ // hard coded 16 color palettes for PC98 version of EOB1
+ const uint8 *_palette16c[10];
+
bool _enableHiResDithering;
// Default parameters will import all present original save files and push them to the top of the save dialog.