From f86d68d214f01b49045b7bf40d932ad6f537c03c Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Mon, 1 Feb 2016 15:54:32 +0100 Subject: AGI: Remove old clockEnabled boolean No longer needed We use ScummVM system total play time functionality instead --- engines/agi/agi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/agi/agi.h') diff --git a/engines/agi/agi.h b/engines/agi/agi.h index 9d220d2062..f476801960 100644 --- a/engines/agi/agi.h +++ b/engines/agi/agi.h @@ -444,7 +444,6 @@ struct AgiGame { // internal flags bool playerControl; /**< player is in control */ - int clockEnabled; /**< clock is on/off */ int exitAllLogics; /**< break cycle after new.room */ bool pictureShown; /**< show.pic has been issued */ int hasPrompt; /**< input prompt has been printed */ -- cgit v1.2.3