aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/intern.h
diff options
context:
space:
mode:
authorTravis Howell2007-01-01 04:35:27 +0000
committerTravis Howell2007-01-01 04:35:27 +0000
commit590bd33a9eca63118cdf71b907a9576bedbce4ba (patch)
treed5433a152d7c8a2373e3728f72a05e0aeb8ffb04 /engines/agos/intern.h
parent84bc1e62cacebec3e953a06897adedf28338bf45 (diff)
downloadscummvm-rg350-590bd33a9eca63118cdf71b907a9576bedbce4ba.tar.gz
scummvm-rg350-590bd33a9eca63118cdf71b907a9576bedbce4ba.tar.bz2
scummvm-rg350-590bd33a9eca63118cdf71b907a9576bedbce4ba.zip
Fix bug #1624767 - FF: save games will not load.
svn-id: r24960
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 14cd9275fb..d5501e65b6 100644
--- a/engines/agos/intern.h
+++ b/engines/agos/intern.h
@@ -222,8 +222,9 @@ enum GameFileTypes {
GAME_RMSLFILE = 1 << 5,
GAME_TBLFILE = 1 << 6,
GAME_XTBLFILE = 1 << 7,
+ GAME_RESTFILE = 1 << 8,
- GAME_GFXIDXFILE = 1 << 8
+ GAME_GFXIDXFILE = 1 << 9
};
enum GameIds {