aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/globals.h
diff options
context:
space:
mode:
authorStrangerke2013-01-27 20:20:36 +0100
committerStrangerke2013-01-27 20:20:36 +0100
commitb9f9b2c75b372194122dfae4d8b75d7c3a5dc254 (patch)
tree055aa2a5b35385e57e2c5f3e956144cb3b2feede /engines/hopkins/globals.h
parenta50c05f7d0b98a1777f7b97af54bb2c842de0318 (diff)
downloadscummvm-rg350-b9f9b2c75b372194122dfae4d8b75d7c3a5dc254.tar.gz
scummvm-rg350-b9f9b2c75b372194122dfae4d8b75d7c3a5dc254.tar.bz2
scummvm-rg350-b9f9b2c75b372194122dfae4d8b75d7c3a5dc254.zip
HOPKINS: Move some more members to LinesManager
Diffstat (limited to 'engines/hopkins/globals.h')
-rw-r--r--engines/hopkins/globals.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h
index 316ed54fe0..55bd3c7455 100644
--- a/engines/hopkins/globals.h
+++ b/engines/hopkins/globals.h
@@ -161,12 +161,6 @@ struct CacheItem {
int field14;
};
-struct SegmentItem {
- int field0; // Useless variable
- int field2;
- int field4;
-};
-
struct HopkinsItem {
int field0;
int field2;
@@ -297,7 +291,6 @@ public:
ObjetWItem ObjetW[300];
BlocItem BLOC[250];
CacheItem Cache[25];
- SegmentItem Segment[101];
int BOBZONE[105];
bool BOBZONE_FLAG[105];
int _spriteSize[500];
@@ -325,7 +318,6 @@ public:
byte *BUFFERTAPE;
byte *inventaire2;
byte *GESTE;
- int _curObjectIndex;
int NUM_FICHIER_OBJ;
int nbrligne; // Useless variable?
int _boxWidth;
@@ -334,7 +326,6 @@ public:
byte *_forestSprite;
bool _forestFl;
byte *_answerBuffer;
- int16 *_route;
byte *ADR_FICHIER_OBJ;
byte *PERSO;
int _objectWidth, _objectHeight;
@@ -368,7 +359,6 @@ public:
bool GOACTION;
int Compteur;
int _actionDirection;
- int SegmentEnCours;
int couleur_40;
int _hotspotTextColor;