aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/agi.h')
-rw-r--r--engines/agi/agi.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/agi/agi.h b/engines/agi/agi.h
index ff2b05ace1..9240d562af 100644
--- a/engines/agi/agi.h
+++ b/engines/agi/agi.h
@@ -530,6 +530,7 @@ struct AgiGame {
/* internal flags */
int playerControl; /**< player is in control */
+ int quitProgNow; /**< quit now */
int statusLine; /**< status line on/off */
int clockEnabled; /**< clock is on/off */
int exitAllLogics; /**< break cycle after new.room */
@@ -746,8 +747,6 @@ protected:
int go();
void initialize();
- uint32 _lastSaveTime;
-
public:
AgiEngine(OSystem *syst, const AGIGameDescription *gameDesc);
virtual ~AgiEngine();
@@ -755,8 +754,6 @@ public:
return _gameId;
}
- virtual void syncSoundSettings();
-
private:
int _keyQueue[KEY_QUEUE_SIZE];