diff options
Diffstat (limited to 'engines/prince/prince.h')
-rw-r--r-- | engines/prince/prince.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/prince/prince.h b/engines/prince/prince.h index 71512f0d8a..2822c5099e 100644 --- a/engines/prince/prince.h +++ b/engines/prince/prince.h @@ -180,6 +180,8 @@ struct Mask { }; struct InvItem { + int _x; + int _y; Graphics::Surface *_surface; Graphics::Surface *getSurface() const { return _surface; } }; @@ -290,6 +292,7 @@ public: int _invLineSkipY; int _mst_shadow; int _mst_shadow2; // blinking after adding new item + int _candleCounter; // special counter for candle inventory item void inventoryFlagChange(); bool loadAllInv(); |