aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2006-09-03 05:03:14 +0000
committerPaul Gilbert2006-09-03 05:03:14 +0000
commit3b994a6a78eed02ff264f75de6ca8bad2ee062b7 (patch)
treec58dfd233463d1c344ed3a4803c297aae0d46f4b /engines
parent037f04325dd46baf05fbb3f44dcd6c88f1e0136a (diff)
downloadscummvm-rg350-3b994a6a78eed02ff264f75de6ca8bad2ee062b7.tar.gz
scummvm-rg350-3b994a6a78eed02ff264f75de6ca8bad2ee062b7.tar.bz2
scummvm-rg350-3b994a6a78eed02ff264f75de6ca8bad2ee062b7.zip
Changed name of HOTSPOTFLAG_HIGHLIGHTED to HOTSPOTFLAG_FOUND to make it's use clearer
svn-id: r23823
Diffstat (limited to 'engines')
-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