aboutsummaryrefslogtreecommitdiff
path: root/queen/defs.h
diff options
context:
space:
mode:
authorGregory Montoir2004-12-03 22:39:55 +0000
committerGregory Montoir2004-12-03 22:39:55 +0000
commitfb5dcffff19c8bb5c516a6ddcaea397fb709194b (patch)
tree038a2149a59e56ac9832262808e51edcbc21a305 /queen/defs.h
parent76bf11cbdf8a4549a9461a467d82dda12eec5d45 (diff)
downloadscummvm-rg350-fb5dcffff19c8bb5c516a6ddcaea397fb709194b.tar.gz
scummvm-rg350-fb5dcffff19c8bb5c516a6ddcaea397fb709194b.tar.bz2
scummvm-rg350-fb5dcffff19c8bb5c516a6ddcaea397fb709194b.zip
Minor cleanup, one more time.
Fixed a crash when returning to the launcher at the end of the game. I played FOTAQ (french) from the beginning to the end some hours ago, I haven't encountered any special problems/glitches (except the one mentionned above). svn-id: r15979
Diffstat (limited to 'queen/defs.h')
-rw-r--r--queen/defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/queen/defs.h b/queen/defs.h
index 33f3a945cc..d22b6a6b90 100644
--- a/queen/defs.h
+++ b/queen/defs.h
@@ -246,6 +246,8 @@ enum {
AZURA_HEAD = 106,
FRANK_HEAD = 107,
+ ROOM_ENDING_CREDITS = 110,
+
ROOM_JOURNAL = 200 // dummy value to keep Display methods happy
};