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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Wed Feb 3 23:20:34 CET 2010


Revision: 47869
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47869&view=rev
Author:   strangerke
Date:     2010-02-03 22:20:33 +0000 (Wed, 03 Feb 2010)

Log Message:
-----------
clean-up : forgot commented code

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

Modified: scummvm/trunk/engines/gob/hotspots.cpp
===================================================================
--- scummvm/trunk/engines/gob/hotspots.cpp	2010-02-03 22:14:06 UTC (rev 47868)
+++ scummvm/trunk/engines/gob/hotspots.cpp	2010-02-03 22:20:33 UTC (rev 47869)
@@ -575,10 +575,6 @@
 				// Only consider enabled hotspots
 				continue;
 
-//Strangerke, for Fascination
-//			if ((spot.flags & 0xFF00) != winId)
-//				continue;
-
 			if (spot.getType() > kTypeMove)
 				// Only consider click and move hotspots
 				continue;
@@ -609,10 +605,6 @@
 				// Only consider enabled hotspots
 				continue;
 
-//Strangerke, for Fascination
-//			if ((spot.flags & 0xFF00) != winId)
-//				continue;
-
 			if (spot.getWindow() != winId)
 				// Only check the active window
 				continue;


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