aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/intern.h
diff options
context:
space:
mode:
authorTravis Howell2006-10-14 14:51:15 +0000
committerTravis Howell2006-10-14 14:51:15 +0000
commit8bc0b11cda89d1b4f44043c2620230193b0c4b5a (patch)
tree92a2a0b7f83005eae386546c89c57cf67b3051c3 /engines/agos/intern.h
parentac482cb21741efe25423b122af0052017c846943 (diff)
downloadscummvm-rg350-8bc0b11cda89d1b4f44043c2620230193b0c4b5a.tar.gz
scummvm-rg350-8bc0b11cda89d1b4f44043c2620230193b0c4b5a.tar.bz2
scummvm-rg350-8bc0b11cda89d1b4f44043c2620230193b0c4b5a.zip
Add game details for menu file used by early games
svn-id: r24317
Diffstat (limited to 'engines/agos/intern.h')
-rw-r--r--engines/agos/intern.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/engines/agos/intern.h b/engines/agos/intern.h
index f5824c7907..854b57848e 100644
--- a/engines/agos/intern.h
+++ b/engines/agos/intern.h
@@ -216,12 +216,13 @@ enum GameFileTypes {
GAME_BASEFILE = 1 << 0,
GAME_ICONFILE = 1 << 1,
GAME_GMEFILE = 1 << 2,
- GAME_STRFILE = 1 << 3,
- GAME_RMSLFILE = 1 << 4,
- GAME_TBLFILE = 1 << 5,
- GAME_XTBLFILE = 1 << 6,
+ GAME_MENUFILE = 1 << 3,
+ GAME_STRFILE = 1 << 4,
+ GAME_RMSLFILE = 1 << 5,
+ GAME_TBLFILE = 1 << 6,
+ GAME_XTBLFILE = 1 << 7,
- GAME_GFXIDXFILE = 1 << 7
+ GAME_GFXIDXFILE = 1 << 8
};
enum GameIds {