aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/hotspots.cpp
diff options
context:
space:
mode:
authorArnaud Boutonné2010-02-03 22:20:33 +0000
committerArnaud Boutonné2010-02-03 22:20:33 +0000
commit7e166d1ad6498dd7ef3847014df3a69c410f8f53 (patch)
tree81eb4a0e24663ff0acaae395585cf50bd5ce0432 /engines/gob/hotspots.cpp
parentf5764b115200bd69cde6732f21f1de16057e0401 (diff)
downloadscummvm-rg350-7e166d1ad6498dd7ef3847014df3a69c410f8f53.tar.gz
scummvm-rg350-7e166d1ad6498dd7ef3847014df3a69c410f8f53.tar.bz2
scummvm-rg350-7e166d1ad6498dd7ef3847014df3a69c410f8f53.zip
clean-up : forgot commented code
svn-id: r47869
Diffstat (limited to 'engines/gob/hotspots.cpp')
-rw-r--r--engines/gob/hotspots.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/gob/hotspots.cpp b/engines/gob/hotspots.cpp
index 5159144557..baa49dc102 100644
--- a/engines/gob/hotspots.cpp
+++ b/engines/gob/hotspots.cpp
@@ -575,10 +575,6 @@ uint16 Hotspots::checkMouse(Type type, uint16 &id, uint16 &index) const {
// 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 @@ uint16 Hotspots::checkMouse(Type type, uint16 &id, uint16 &index) const {
// Only consider enabled hotspots
continue;
-//Strangerke, for Fascination
-// if ((spot.flags & 0xFF00) != winId)
-// continue;
-
if (spot.getWindow() != winId)
// Only check the active window
continue;