aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/globals.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-09-26 23:34:10 +1000
committerPaul Gilbert2012-09-26 23:34:10 +1000
commit1885141be56d3ce0acc58098876488c73ad26d2b (patch)
tree1d56f0c0dbac8cdf492e7e98663f192ad39b3986 /engines/hopkins/globals.h
parentddb4fdcf12f8a0e09d7f9b5583984edec99325cc (diff)
downloadscummvm-rg350-1885141be56d3ce0acc58098876488c73ad26d2b.tar.gz
scummvm-rg350-1885141be56d3ce0acc58098876488c73ad26d2b.tar.bz2
scummvm-rg350-1885141be56d3ce0acc58098876488c73ad26d2b.zip
HOPKINS: Starting implementation of talk manager
Diffstat (limited to 'engines/hopkins/globals.h')
-rw-r--r--engines/hopkins/globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h
index 78601a916a..9d94873a09 100644
--- a/engines/hopkins/globals.h
+++ b/engines/hopkins/globals.h
@@ -180,6 +180,7 @@ struct CacheItem {
// Note: Fields decimal based for now
struct Sauvegarde {
+ int field4;
int field353;
int field354;
int field355;
@@ -323,6 +324,7 @@ public:
int NBTRI;
bool CACHEFLAG;
int AFFINVEN;
+ bool NOPARLE;
Globals();
~Globals();