From 5115c94f351e476f51763f256ca98023c84be6bd Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Wed, 3 Feb 2010 03:26:28 +0000 Subject: Only show that annoying checkmouse warning for Fascination svn-id: r47840 --- engines/gob/hotspots.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'engines/gob') diff --git a/engines/gob/hotspots.cpp b/engines/gob/hotspots.cpp index 639a810ea8..7c29a72fdf 100644 --- a/engines/gob/hotspots.cpp +++ b/engines/gob/hotspots.cpp @@ -555,10 +555,11 @@ uint16 Hotspots::checkMouse(Type type, uint16 &id, uint16 &index) const { int16 dy = 0; int16 winId = -1; - if (_vm->getGameType() == kGameTypeFascination) + if (_vm->getGameType() == kGameTypeFascination) { winId = _vm->_draw->isOverWin(dx, dy); - warning("checkmouse %d - %d %d", winId, dx, dy); + warning("checkmouse %d - %d %d", winId, dx, dy); + } if (winId < 0) { winId = 0; -- cgit v1.2.3