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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h
index 241beb5a8e..6ac029d963 100644
--- a/engines/hopkins/globals.h
+++ b/engines/hopkins/globals.h
@@ -107,8 +107,8 @@ struct CacheItem {
};
struct HopkinsItem {
- int field0;
- int field2;
+ int _speedX;
+ int _speedY;
};
struct CharacterLocation {
@@ -274,7 +274,7 @@ public:
byte *_answerBuffer;
Sauvegarde *_saveData;
Language _language;
- HopkinsItem Hopkins[70];
+ HopkinsItem _hopkinsItem[70];
SortItem _sortedDisplay[51];
CreditItem _creditsItem[200];