aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
diff options
context:
space:
mode:
authorTravis Howell2009-03-07 22:11:38 +0000
committerTravis Howell2009-03-07 22:11:38 +0000
commitcc89a46a0ef8b9bd62e69ab0d6a8c1e28bc46781 (patch)
treeda501f29eac12ff3d4000f0de93780851ed32a5b /engines/saga
parentc73740f2c008ccad4d58f5a9a4d70eb87cea3708 (diff)
downloadscummvm-rg350-cc89a46a0ef8b9bd62e69ab0d6a8c1e28bc46781.tar.gz
scummvm-rg350-cc89a46a0ef8b9bd62e69ab0d6a8c1e28bc46781.tar.bz2
scummvm-rg350-cc89a46a0ef8b9bd62e69ab0d6a8c1e28bc46781.zip
Fix compile of SAGA2 game engine.
svn-id: r39208
Diffstat (limited to 'engines/saga')
-rw-r--r--engines/saga/saga.h23
1 files changed, 12 insertions, 11 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index dca5c38698..f37e4a59f4 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -99,17 +99,18 @@ enum GameIds {
};
enum GameFileTypes {
- GAME_RESOURCEFILE = 1 << 0,
- GAME_SCRIPTFILE = 1 << 1,
- GAME_SOUNDFILE = 1 << 2,
- GAME_VOICEFILE = 1 << 3,
- GAME_DEMOFILE = 1 << 4,
- GAME_MUSICFILE = 1 << 5,
- GAME_MUSICFILE_GM = 1 << 6,
- GAME_MUSICFILE_FM = 1 << 7,
- GAME_PATCHFILE = 1 << 8,
- GAME_MACBINARY = 1 << 9,
- GAME_SWAPENDIAN = 1 << 10
+ GAME_IMAGEFILE = 1 << 0,
+ GAME_RESOURCEFILE = 1 << 1,
+ GAME_SCRIPTFILE = 1 << 2,
+ GAME_SOUNDFILE = 1 << 3,
+ GAME_VOICEFILE = 1 << 4,
+ GAME_DEMOFILE = 1 << 5,
+ GAME_MUSICFILE = 1 << 6,
+ GAME_MUSICFILE_GM = 1 << 7,
+ GAME_MUSICFILE_FM = 1 << 8,
+ GAME_PATCHFILE = 1 << 9,
+ GAME_MACBINARY = 1 << 10,
+ GAME_SWAPENDIAN = 1 << 11
};
enum GameFeatures {