aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/eobcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/eobcommon.h')
-rw-r--r--engines/kyra/eobcommon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/kyra/eobcommon.h b/engines/kyra/eobcommon.h
index 49589c809c..38be2a64e8 100644
--- a/engines/kyra/eobcommon.h
+++ b/engines/kyra/eobcommon.h
@@ -302,8 +302,8 @@ protected:
const uint8 *_blackBoxWideGrid;
const uint8 *_lightningColumnShape;
- uint8 *_tempIconShape;
uint8 *_itemsOverlay;
+ static const uint8 _itemsOverlayCGA[];
static const uint8 _teleporterShapeDefs[];
static const uint8 _wallOfForceShapeDefs[];
@@ -528,8 +528,8 @@ protected:
void updateMonstersSpellStatus(EoBMonsterInPlay *m);
void setBlockMonsterDirection(int block, int dir);
- uint8 *_monsterOvl1;
- uint8 *_monsterOvl2;
+ uint8 *_monsterFlashOverlay;
+ uint8 *_monsterStoneOverlay;
SpriteDecoration *_monsterDecorations;
EoBMonsterProperty *_monsterProps;