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 937483f6bb..85bd6cde89 100644
--- a/engines/hopkins/globals.h
+++ b/engines/hopkins/globals.h
@@ -444,7 +444,7 @@ public:
bool NOPARLE;
bool PLAN_FLAG;
bool NECESSAIRE;
- int GOACTION;
+ bool GOACTION;
int Compteur;
int ACTION_SENS;
int SegmentEnCours;
@@ -499,7 +499,7 @@ public:
void CACHE_OFF(int v1 = 0);
void CACHE_SUB(int idx);
void CACHE_ADD(int idx);
- void CHARGE_CACHE(const Common::String &file);
+ void loadCache(const Common::String &file);
void B_CACHE_OFF(int idx);
};