From c640d1c604f219a5be5412d6c5ea8a85f44ec4b4 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 3 Nov 2007 21:06:58 +0000 Subject: Patch #1825276: "DETECTION: advanced detector engine simplification" svn-id: r29386 --- engines/agi/agi.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'engines/agi/agi.h') diff --git a/engines/agi/agi.h b/engines/agi/agi.h index 358660619b..c1b649435c 100644 --- a/engines/agi/agi.h +++ b/engines/agi/agi.h @@ -656,7 +656,7 @@ public: virtual int agiGetKeypressLow() = 0; virtual int agiIsKeypressLow() = 0; - AgiBase(OSystem *syst); + AgiBase(OSystem *syst, const AGIGameDescription *gameDesc); #define INITIAL_IMAGE_STACK_SIZE 32 @@ -695,10 +695,8 @@ protected: void shutdown(); void initialize(); - bool initGame(); - public: - AgiEngine(OSystem *syst); + AgiEngine(OSystem *syst, const AGIGameDescription *gameDesc); virtual ~AgiEngine(); int getGameId() { return _gameId; -- cgit v1.2.3