aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
diff options
context:
space:
mode:
authorPaul Gilbert2008-01-05 10:35:22 +0000
committerPaul Gilbert2008-01-05 10:35:22 +0000
commitf5577f847089a2cda48853bbc809f8e0d1615f3b (patch)
tree76e33ae5225e32b6aaee79009013feabd9482592 /engines/lure
parent10719d5a12563192894f0dc94bb12b8c1cd6fccb (diff)
downloadscummvm-rg350-f5577f847089a2cda48853bbc809f8e0d1615f3b.tar.gz
scummvm-rg350-f5577f847089a2cda48853bbc809f8e0d1615f3b.tar.bz2
scummvm-rg350-f5577f847089a2cda48853bbc809f8e0d1615f3b.zip
Removed redundant parameters and clarified EGA and VGA specific definitions
svn-id: r30227
Diffstat (limited to 'engines/lure')
-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