From 71917dc52daf2f2cbc2931f59c893c6c933fa2aa Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 15 Jun 2010 10:33:26 +0000 Subject: AGI: Implement FR #1881179. FR #1881179: "AGI detecting agi mouse". Always run ScummVM in AGIMOUSE compatibility mode, thus no detection for it is needed. svn-id: r49748 --- engines/agi/cycle.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/agi/cycle.cpp') diff --git a/engines/agi/cycle.cpp b/engines/agi/cycle.cpp index 10df40556f..5614195fcf 100644 --- a/engines/agi/cycle.cpp +++ b/engines/agi/cycle.cpp @@ -314,7 +314,8 @@ int AgiEngine::playGame() { _game.clockEnabled = true; _game.lineUserInput = 22; - if (getFeatures() & GF_AGIMOUSE) + // We run AGIMOUSE always as a side effect + if (getFeatures() & GF_AGIMOUSE || 1) report("Using AGI Mouse 1.0 protocol\n"); if (getFeatures() & GF_AGIPAL) -- cgit v1.2.3