aboutsummaryrefslogtreecommitdiff
path: root/queen/defs.h
diff options
context:
space:
mode:
authorGregory Montoir2004-12-02 22:59:57 +0000
committerGregory Montoir2004-12-02 22:59:57 +0000
commit5884c6735dc911fcf732b564324feebc4cf1c0cf (patch)
treefd8a175c13d2e82ce21b41a0654d457d72acf0b7 /queen/defs.h
parent891970cd767760cbb682319d3215786d4a651c08 (diff)
downloadscummvm-rg350-5884c6735dc911fcf732b564324feebc4cf1c0cf.tar.gz
scummvm-rg350-5884c6735dc911fcf732b564324feebc4cf1c0cf.tar.bz2
scummvm-rg350-5884c6735dc911fcf732b564324feebc4cf1c0cf.zip
simplified palette handling
svn-id: r15971
Diffstat (limited to 'queen/defs.h')
-rw-r--r--queen/defs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/queen/defs.h b/queen/defs.h
index 4e5069a428..33f3a945cc 100644
--- a/queen/defs.h
+++ b/queen/defs.h
@@ -244,7 +244,9 @@ enum {
FAYE_HEAD = 37,
AZURA_HEAD = 106,
- FRANK_HEAD = 107
+ FRANK_HEAD = 107,
+
+ ROOM_JOURNAL = 200 // dummy value to keep Display methods happy
};