diff options
Diffstat (limited to 'engines/avalanche/acci2.h')
-rw-r--r-- | engines/avalanche/acci2.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/avalanche/acci2.h b/engines/avalanche/acci2.h index ed44a758bd..55ad64e65f 100644 --- a/engines/avalanche/acci2.h +++ b/engines/avalanche/acci2.h @@ -83,8 +83,6 @@ private: }; Common::String _thats; - Common::String _unknown; - byte _thing2; AvalancheEngine *_vm; @@ -108,7 +106,7 @@ private: void examineObject(); // Examine a standard object-thing bool isPersonHere(); void exampers(); - bool holding(); + bool isHolding(); void openBox(bool isOpening); void examine(); void inventory(); |