aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/amazon/amazon_game.h')
-rw-r--r--engines/access/amazon/amazon_game.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/access/amazon/amazon_game.h b/engines/access/amazon/amazon_game.h
index 0aea43575f..89d15d36e2 100644
--- a/engines/access/amazon/amazon_game.h
+++ b/engines/access/amazon/amazon_game.h
@@ -83,7 +83,8 @@ private:
*/
void setupGame();
- void HELPTITLE();
+ void CALCIQ();
+ void helpTitle();
void drawHelpText(const Common::String &msg);
void doCredit();
void scrollTitle();
@@ -164,6 +165,7 @@ public:
bool _antEatFl;
bool _stabFl;
Common::Point _pitPos;
+ int _iqValue;
public:
AmazonEngine(OSystem *syst, const AccessGameDescription *gameDesc);