aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.h
diff options
context:
space:
mode:
authorStrangerke2012-10-29 23:08:23 +0100
committerStrangerke2012-10-29 23:10:14 +0100
commite3f62f5336c6a2f3b751826fcfd13393d864b705 (patch)
tree006b2a04baa746c79509ed15551fdff36c923337 /engines/hopkins/objects.h
parentbb7fd2b6f58c1fec85931ab2760547a61ad572ef (diff)
downloadscummvm-rg350-e3f62f5336c6a2f3b751826fcfd13393d864b705.tar.gz
scummvm-rg350-e3f62f5336c6a2f3b751826fcfd13393d864b705.tar.bz2
scummvm-rg350-e3f62f5336c6a2f3b751826fcfd13393d864b705.zip
HOPKINS: More work on booleans
Diffstat (limited to 'engines/hopkins/objects.h')
-rw-r--r--engines/hopkins/objects.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h
index 17b41c4b0b..60ace316da 100644
--- a/engines/hopkins/objects.h
+++ b/engines/hopkins/objects.h
@@ -101,8 +101,8 @@ public:
int MAX_DEPA1;
int CH_TETE;
int T_RECTIF;
- int DESACTIVE;
- int DEUXPERSO;
+ bool DESACTIVE;
+ bool DEUXPERSO;
int PERX, PERY;
int PERI;
int RECALL;