diff options
Diffstat (limited to 'engines/hopkins/objects.h')
-rw-r--r-- | engines/hopkins/objects.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h index 623847124c..8ad87ede17 100644 --- a/engines/hopkins/objects.h +++ b/engines/hopkins/objects.h @@ -102,8 +102,8 @@ public: int MAX_DEPA1; int CH_TETE; int T_RECTIF; - bool DESACTIVE; - bool DEUXPERSO; + bool _disableFl; + bool _twoCharactersFl; int PERX, PERY; int PERI; int RECALL; |