aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/globals.h
diff options
context:
space:
mode:
authorStrangerke2012-12-24 18:43:49 +0100
committerStrangerke2012-12-24 18:43:49 +0100
commit48f997ccb5de5c947f063742e46f6f9c2dcb6db1 (patch)
tree621a8c43dd8edc256eda9dfe5405c81f817aa5e9 /engines/hopkins/globals.h
parent1c5a6f8c74a794e9a913c9b2c0bebfd59ac0fd9e (diff)
downloadscummvm-rg350-48f997ccb5de5c947f063742e46f6f9c2dcb6db1.tar.gz
scummvm-rg350-48f997ccb5de5c947f063742e46f6f9c2dcb6db1.tar.bz2
scummvm-rg350-48f997ccb5de5c947f063742e46f6f9c2dcb6db1.zip
HOPKINS: More refactoring in handleOpcode, some renaming
Diffstat (limited to 'engines/hopkins/globals.h')
-rw-r--r--engines/hopkins/globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h
index c80d523b4a..0505ccea2a 100644
--- a/engines/hopkins/globals.h
+++ b/engines/hopkins/globals.h
@@ -396,7 +396,7 @@ public:
byte *PERSO;
int _objectWidth, _objectHeight;
bool _newObjectFl;
- int HELICO;
+ bool _helicopterFl;
uint32 _catalogPos;
uint32 _catalogSize;
int iRegul;
@@ -439,7 +439,7 @@ public:
bool NECESSAIRE;
bool GOACTION;
int Compteur;
- int ACTION_SENS;
+ int _actionDirection;
int SegmentEnCours;
int couleur_40;