aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/globals.h')
-rw-r--r--engines/hopkins/globals.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h
index 84549fa4ff..2a27d59c1b 100644
--- a/engines/hopkins/globals.h
+++ b/engines/hopkins/globals.h
@@ -249,7 +249,6 @@ public:
int _objectWidth, _objectHeight;
int _screenId;
int _prevScreenId;
- int _boxWidth;
int _characterMaxPosY;
int _baseMapColor;
int _spriteSize[500];
@@ -301,12 +300,12 @@ public:
ObjectAuthIcon _objectAuthIcons[300];
int _curObjectFileNum;
byte *_objectDataBuf;
+ byte *_characterSpriteBuf;
Common::String _zoneFilename;
Common::String _textFilename;
+ byte *_levelSpriteBuf;
int iRegul;
- byte *SPRITE_ECRAN;
- byte *PERSO;
ListeItem Liste[6];
ListeItem Liste2[35];
BankItem Bank[8];