aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/luredefs.h
diff options
context:
space:
mode:
authorPaul Gilbert2006-07-30 12:12:18 +0000
committerPaul Gilbert2006-07-30 12:12:18 +0000
commit6fa9819377b2f71ea1e7594f5b028b7577df7b70 (patch)
tree2bcfa8d7a4f4b2076fa4fd26f5ad631a9133504e /engines/lure/luredefs.h
parent906f36a3237efba519c5fdf2110fee94e7d2e94f (diff)
downloadscummvm-rg350-6fa9819377b2f71ea1e7594f5b028b7577df7b70.tar.gz
scummvm-rg350-6fa9819377b2f71ea1e7594f5b028b7577df7b70.tar.bz2
scummvm-rg350-6fa9819377b2f71ea1e7594f5b028b7577df7b70.zip
Added constants for known hotspot flags, and added line to flag hotspots that have been highlighted with the cursor
svn-id: r23630
Diffstat (limited to 'engines/lure/luredefs.h')
-rw-r--r--engines/lure/luredefs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/lure/luredefs.h b/engines/lure/luredefs.h
index 2d6d56228b..ae9ce636c6 100644
--- a/engines/lure/luredefs.h
+++ b/engines/lure/luredefs.h
@@ -253,6 +253,11 @@ enum Action {
// Pixel record flags
#define PIXELFLAG_HAS_TABLE 4
+// Hotspot flags
+#define HOTSPOTFLAG_HIGHLIGHTED 0x80
+#define HOTSPOTFLAG_SKIP 0x40
+#define HOTSPOTFLAG_20 0x20
+
// Constants used to reference entries in the reworked support data entry lists
#define RETURN_SUPPORT_ID 0x400
#define EXIT_BLOCKED_SUPPORT_ID 0x800