From e3f62f5336c6a2f3b751826fcfd13393d864b705 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 29 Oct 2012 23:08:23 +0100 Subject: HOPKINS: More work on booleans --- engines/hopkins/objects.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/hopkins/objects.h') 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; -- cgit v1.2.3