aboutsummaryrefslogtreecommitdiff
path: root/queen/defs.h
diff options
context:
space:
mode:
authorGregory Montoir2003-10-31 13:47:28 +0000
committerGregory Montoir2003-10-31 13:47:28 +0000
commitd1ff236f3c872c16519914e54d5185c832d1509c (patch)
treec9d0814db5b5d12f741de4b661b8706b46d88af2 /queen/defs.h
parent23188d5188c658557d34c4a38666981dd96a8ecb (diff)
downloadscummvm-rg350-d1ff236f3c872c16519914e54d5185c832d1509c.tar.gz
scummvm-rg350-d1ff236f3c872c16519914e54d5185c832d1509c.tar.bz2
scummvm-rg350-d1ff236f3c872c16519914e54d5185c832d1509c.zip
use Command class
svn-id: r11017
Diffstat (limited to 'queen/defs.h')
-rw-r--r--queen/defs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/queen/defs.h b/queen/defs.h
index 35c1a15166..2ef66ec5ad 100644
--- a/queen/defs.h
+++ b/queen/defs.h
@@ -58,12 +58,12 @@ enum Direction {
enum {
INK_BG_PANEL = 226,
- INK_JOURNAL = 16,
- INK_CMD_SELECT = 17,
- INK_CMD_NORMAL = 1,
+ INK_JOURNAL = 248,
+ INK_CMD_SELECT = 255,
+ INK_CMD_NORMAL = 225,
INK_CMD_LOCK = 234,
- INK_TALK_NORMAL = 1,
- INK_JOE = 17,
+ INK_TALK_NORMAL = 7,
+ INK_JOE = 14,
INK_OUTLINED_TEXT = 16
};