aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/engine/eobcommon.h
diff options
context:
space:
mode:
authorathrxx2019-11-15 22:01:53 +0100
committerathrxx2019-12-18 20:50:41 +0100
commitf74f4929a043e278ea5bd989eeac17c18c756e22 (patch)
treea3253cead7396551cf206dce7848361f0e7822ec /engines/kyra/engine/eobcommon.h
parent5cea16658594355c35a0f83a65d4341be95e8da3 (diff)
downloadscummvm-rg350-f74f4929a043e278ea5bd989eeac17c18c756e22.tar.gz
scummvm-rg350-f74f4929a043e278ea5bd989eeac17c18c756e22.tar.bz2
scummvm-rg350-f74f4929a043e278ea5bd989eeac17c18c756e22.zip
KYRA: (EOB/PC98) - add static resources
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.