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.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/access/amazon/amazon_game.h b/engines/access/amazon/amazon_game.h
index 5192e208d7..59511c4546 100644
--- a/engines/access/amazon/amazon_game.h
+++ b/engines/access/amazon/amazon_game.h
@@ -40,7 +40,6 @@ private:
int _saveRiver;
int _hitSafe;
int _oldTitleChap;
- int _chapter;
int _topList;
int _botList;
int _riverIndex;
@@ -103,6 +102,9 @@ public:
// Other game specific fields
int _hintLevel;
+
+ int _chapter;
+ int _updateChapter;
public:
AmazonEngine(OSystem *syst, const AccessGameDescription *gameDesc);
@@ -112,7 +114,8 @@ public:
virtual void establish(int esatabIndex, int sub);
- void tileScreen(Common::String filename);
+ void tileScreen();
+ void updateSummary(int chap);
};
} // End of namespace Amazon