aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/intern.h
diff options
context:
space:
mode:
authorTravis Howell2009-05-01 05:39:06 +0000
committerTravis Howell2009-05-01 05:39:06 +0000
commit385bf15b513c512c417552fdcddd58f126695fcd (patch)
tree1277bfa8a66ae7be8b2653fc8fdd4e87a440d452 /engines/agos/intern.h
parentafc0052c435871ec8d9cd70550bd920431c6ad10 (diff)
downloadscummvm-rg350-385bf15b513c512c417552fdcddd58f126695fcd.tar.gz
scummvm-rg350-385bf15b513c512c417552fdcddd58f126695fcd.tar.bz2
scummvm-rg350-385bf15b513c512c417552fdcddd58f126695fcd.zip
Fix regression in the PC version of PN.
svn-id: r40223
Diffstat (limited to 'engines/agos/intern.h')
-rw-r--r--engines/agos/intern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/agos/intern.h b/engines/agos/intern.h
index a2b88e9f4a..2f5fc6278f 100644
--- a/engines/agos/intern.h
+++ b/engines/agos/intern.h
@@ -269,8 +269,9 @@ enum GameFileTypes {
GAME_XTBLFILE = 1 << 8,
GAME_RESTFILE = 1 << 9,
GAME_TEXTFILE = 1 << 10,
+ GAME_VGAFILE = 1 << 11,
- GAME_GFXIDXFILE = 1 << 11
+ GAME_GFXIDXFILE = 1 << 12
};
enum GameIds {