aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/lure/luredefs.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/engines/lure/luredefs.h b/engines/lure/luredefs.h
index ea779e5fdc..8345f0c0b1 100644
--- a/engines/lure/luredefs.h
+++ b/engines/lure/luredefs.h
@@ -175,9 +175,6 @@ enum CursorType {CURSOR_ARROW = 0, CURSOR_DISK = 1, CURSOR_TIME_START = 2,
// Menu constants
#define MENU_RESOURCE_ID 5
-#define MENUBAR_SELECTED_COLOUR 0xf7
-#define MENU_UNSELECTED_COLOUR 0xe2
-#define MENU_SELECTED_COLOUR 0xe3
#define MENUITEM_NONE 0
#define MENUITEM_CREDITS 1
#define MENUITEM_RESTART_GAME 2
@@ -191,9 +188,10 @@ enum CursorType {CURSOR_ARROW = 0, CURSOR_DISK = 1, CURSOR_TIME_START = 2,
#define POPMENU_CHANGE_SENSITIVITY 5
// Dialog related defines
-#define DIALOG_EDGE_SIZE 9
-#define DIALOG_TEXT_COLOUR 0xe2
-#define DIALOG_WHITE_COLOUR 0xe3
+#define EGA_DIALOG_TEXT_COLOUR 6
+#define EGA_DIALOG_WHITE_COLOUR 2
+#define VGA_DIALOG_TEXT_COLOUR 0xe2
+#define VGA_DIALOG_WHITE_COLOUR 0xe3
#define INFO_DIALOG_X 69
#define INFO_DIALOG_Y 61
#define INFO_DIALOG_WIDTH 191