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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h
index 5d8acda8e2..3fdf1d0930 100644
--- a/engines/hopkins/globals.h
+++ b/engines/hopkins/globals.h
@@ -97,7 +97,7 @@ struct BobItem {
int _offsetY; // Unused variable?
bool field34; // Set to true in B_CACHE_OFF()
int field36;
- int _modeFlag;
+ bool _flipFl;
bool _isSpriteFl;
bool _activeFl;
int _oldX;
@@ -185,7 +185,7 @@ struct HopkinsItem {
struct CharacterLocation {
Common::Point _pos;
- int field2;
+ int _startSpriteIndex;
int _location;
int _zoomFactor;
};