diff options
Diffstat (limited to 'engines/hopkins/globals.h')
| -rw-r--r-- | engines/hopkins/globals.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h index c3e0190653..608680e9ea 100644 --- a/engines/hopkins/globals.h +++ b/engines/hopkins/globals.h @@ -101,8 +101,8 @@ struct HidingItem {  	int _height;  	int _useCount;  	byte *_spriteData; -	bool field10; -	int field14; +	bool _resetUseCount; +	int _yOffset;  };  struct HopkinsItem {  | 
