[Scummvm-cvs-logs] SF.net SVN: scummvm:[47840] scummvm/trunk/engines/gob/hotspots.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Wed Feb 3 04:26:28 CET 2010


Revision: 47840
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47840&view=rev
Author:   drmccoy
Date:     2010-02-03 03:26:28 +0000 (Wed, 03 Feb 2010)

Log Message:
-----------
Only show that annoying checkmouse warning for Fascination

Modified Paths:
--------------
    scummvm/trunk/engines/gob/hotspots.cpp

Modified: scummvm/trunk/engines/gob/hotspots.cpp
===================================================================
--- scummvm/trunk/engines/gob/hotspots.cpp	2010-02-03 03:25:50 UTC (rev 47839)
+++ scummvm/trunk/engines/gob/hotspots.cpp	2010-02-03 03:26:28 UTC (rev 47840)
@@ -555,10 +555,11 @@
 	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;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list