aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index b06dd94833..3d6d9b9db3 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -200,7 +200,8 @@ enum GameSoundTypes {
kSoundMP3 = 5,
kSoundOGG = 6,
kSoundFLAC = 7,
- kSoundAIFF = 8
+ kSoundAIFF = 8,
+ kSoundShorten = 9
};
enum TextStringIds {
@@ -299,7 +300,6 @@ struct GamePatchDescription {
const char *fileName;
uint16 fileType;
uint32 resourceId;
- const GameSoundInfo *soundInfo;
};
struct SAGAGameDescription;