aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.h
diff options
context:
space:
mode:
authorWinterGrascph2016-05-21 12:55:37 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit9655066a069bc86a956b7da19f6a06ceda2fd4bf (patch)
tree5413baded3001340e083c912122c57f0efddad5f /engines/dm/gfx.h
parentd9bb44eeb97370f5ff6d25f9b917073072db6552 (diff)
downloadscummvm-rg350-9655066a069bc86a956b7da19f6a06ceda2fd4bf.tar.gz
scummvm-rg350-9655066a069bc86a956b7da19f6a06ceda2fd4bf.tar.bz2
scummvm-rg350-9655066a069bc86a956b7da19f6a06ceda2fd4bf.zip
DM: getSquareAspect(..) is complete
Diffstat (limited to 'engines/dm/gfx.h')
-rw-r--r--engines/dm/gfx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/dm/gfx.h b/engines/dm/gfx.h
index 963a8412e3..4c54ff6ca6 100644
--- a/engines/dm/gfx.h
+++ b/engines/dm/gfx.h
@@ -166,7 +166,6 @@ public:
void drawDungeon(direction dir, int16 posX, int16 posY); // @ F0128_DUNGEONVIEW_Draw_CPSF
void updateScreen();
-
int16 _championPortraitOrdinal = 0; // @ G0289_i_DungeonView_ChampionPortraitOrdinal
int16 _currMapAlcoveOrnIndices[kAlcoveOrnCount] = {0}; // @ G0267_ai_CurrentMapAlcoveOrnamentIndices
int16 _currMapFountainOrnIndices[kFountainOrnCount] = {0}; // @ G0268_ai_CurrentMapFountainOrnamentIndices
@@ -179,6 +178,8 @@ public:
byte _currMapDoorOrnIndices[18] = {0}; // @ G0263_auc_CurrentMapDoorOrnamentIndices
int16 _currMapViAltarIndex = 0; // @ G0266_i_CurrentMapViAltarWallOrnamentIndex
+
+ Thing _inscriptionThing = Thing::thingNone; // @ G0290_T_DungeonView_InscriptionThing
};
}