From 8bc0b11cda89d1b4f44043c2620230193b0c4b5a Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 14 Oct 2006 14:51:15 +0000 Subject: Add game details for menu file used by early games svn-id: r24317 --- engines/agos/intern.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'engines/agos/intern.h') 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 { -- cgit v1.2.3