aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/globals.h
diff options
context:
space:
mode:
authorStrangerke2013-01-27 12:53:00 +0100
committerStrangerke2013-01-27 12:53:00 +0100
commit50aa4cbc7378f6ec3535438554491de051b7d873 (patch)
tree6170a0ae01bc82884bb2321ccc566f557638022d /engines/hopkins/globals.h
parente1504b28a6dfbf51a345b2d402595d886c17eaf4 (diff)
downloadscummvm-rg350-50aa4cbc7378f6ec3535438554491de051b7d873.tar.gz
scummvm-rg350-50aa4cbc7378f6ec3535438554491de051b7d873.tar.bz2
scummvm-rg350-50aa4cbc7378f6ec3535438554491de051b7d873.zip
HOPKINS: Move some structures and functions to LinesManager
Diffstat (limited to 'engines/hopkins/globals.h')
-rw-r--r--engines/hopkins/globals.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h
index b81ce5fceb..a1688d07c8 100644
--- a/engines/hopkins/globals.h
+++ b/engines/hopkins/globals.h
@@ -47,17 +47,6 @@ struct ZonePItem {
int field12;
};
-struct CarreZoneItem {
- int _enabledFl;
- int _left;
- int _right;
- int _top;
- int _bottom;
- int _minZoneLineIdx;
- int _maxZoneLineIdx;
- bool _squareZoneFl;
-};
-
struct BqeAnimItem {
byte *_data;
bool _enabledFl;
@@ -298,7 +287,6 @@ private:
public:
byte *CACHE_BANQUE[6];
ZonePItem ZONEP[106];
- CarreZoneItem CarreZone[101];
BqeAnimItem Bqe_Anim[35];
BankItem Bank[8];
BobItem _bob[36];