aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/globals.h
diff options
context:
space:
mode:
authorStrangerke2013-01-21 07:50:12 +0100
committerStrangerke2013-01-21 07:50:12 +0100
commitde2fa9a81f1fcbb16e222a0cae85e06cd2f44447 (patch)
treed71e1ff46c4b61eab0e59a0a013a8c200f259b2f /engines/hopkins/globals.h
parentdaa6c887ef73a032c2a203a9b3475a43395db221 (diff)
downloadscummvm-rg350-de2fa9a81f1fcbb16e222a0cae85e06cd2f44447.tar.gz
scummvm-rg350-de2fa9a81f1fcbb16e222a0cae85e06cd2f44447.tar.bz2
scummvm-rg350-de2fa9a81f1fcbb16e222a0cae85e06cd2f44447.zip
HOPKINS: Rename several structures
Diffstat (limited to 'engines/hopkins/globals.h')
-rw-r--r--engines/hopkins/globals.h33
1 files changed, 12 insertions, 21 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h
index d8f5de894a..22c8da8ec5 100644
--- a/engines/hopkins/globals.h
+++ b/engines/hopkins/globals.h
@@ -48,14 +48,14 @@ struct ZonePItem {
};
struct CarreZoneItem {
- int field0;
- int field2;
- int field4;
- int field6;
- int field8;
- int fieldA;
- int fieldC;
- bool fieldE;
+ int _enabledFl;
+ int _left;
+ int _right;
+ int _top;
+ int _bottom;
+ int _minZoneLineIdx;
+ int _maxZoneLineIdx;
+ bool _squareZoneFl;
};
struct BqeAnimItem {
@@ -68,22 +68,13 @@ struct BankItem {
bool _loadedFl;
Common::String _filename;
int _fileHeader;
- int field1A;
+ int _objDataIdx;
};
struct ListeItem {
- bool field0;
- int field2;
- int field4;
- int _width;
- int _height;
- int fieldA;
-};
-
-struct Liste2Item {
bool _visibleFl;
- int _xp;
- int _yp;
+ int _posX;
+ int _posY;
int _width;
int _height;
};
@@ -312,7 +303,7 @@ public:
BankItem Bank[8];
BobItem _bob[36];
ListeItem Liste[6];
- Liste2Item Liste2[35];
+ ListeItem Liste2[35];
LockAnimItem _lockedAnims[30];
VBobItem VBob[30];
ObjetWItem ObjetW[300];