aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/prince.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/prince.h')
-rw-r--r--engines/prince/prince.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/prince.h b/engines/prince/prince.h
index 7793545526..e7cdce5af1 100644
--- a/engines/prince/prince.h
+++ b/engines/prince/prince.h
@@ -145,6 +145,7 @@ public:
uint16 _sceneWidth;
uint32 _picWindowX;
uint32 _picWindowY;
+ Image::BitmapDecoder *_roomBmp;
private:
bool playNextFrame();
@@ -165,7 +166,6 @@ private:
uint8 _cursorNr;
Common::RandomSource *_rnd;
- Image::BitmapDecoder *_roomBmp;
Cursor *_cursor1;
Cursor *_cursor2;
MhwanhDecoder *_suitcaseBmp;