From 3b994a6a78eed02ff264f75de6ca8bad2ee062b7 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 3 Sep 2006 05:03:14 +0000 Subject: Changed name of HOTSPOTFLAG_HIGHLIGHTED to HOTSPOTFLAG_FOUND to make it's use clearer svn-id: r23823 --- engines/lure/luredefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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 -- cgit v1.2.3