aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/lure/luredefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/luredefs.h b/engines/lure/luredefs.h
index 4806ae18fe..f1e4443ea5 100644
--- a/engines/lure/luredefs.h
+++ b/engines/lure/luredefs.h
@@ -255,7 +255,7 @@ enum Action {
#define PIXELFLAG_HAS_TABLE 4
// Hotspot flags
-#define HOTSPOTFLAG_HIGHLIGHTED 0x80
+#define HOTSPOTFLAG_FOUND 0x80
#define HOTSPOTFLAG_SKIP 0x40
#define HOTSPOTFLAG_20 0x20