From 9a5f45a40c433cce2965eb4fc567296fb32ab6cc Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 29 Dec 2008 17:30:29 +0000 Subject: - IHNM Mac loads correctly again - Removed isBigEndian from GameSoundInfo - Removed GF_BIG_ENDIAN_DATA - Stopped loading the options panel for non-interactive ITE demos (it doesn't exist) - Fixed crash when exiting from non-interactive ITE demos svn-id: r35615 --- engines/saga/saga.h | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'engines/saga/saga.h') diff --git a/engines/saga/saga.h b/engines/saga/saga.h index 0dce9df3cc..b06dd94833 100644 --- a/engines/saga/saga.h +++ b/engines/saga/saga.h @@ -116,16 +116,15 @@ enum GameFileTypes { }; enum GameFeatures { - GF_BIG_ENDIAN_DATA = 1 << 0, - GF_WYRMKEEP = 1 << 1, - GF_ITE_FLOPPY = 1 << 2, - GF_SCENE_SUBSTITUTES = 1 << 3, - GF_COMPRESSED_SOUNDS = 1 << 4, - GF_NON_INTERACTIVE = 1 << 5, - GF_OLD_ITE_DOS = 1 << 6, - GF_MONO_MUSIC = 1 << 7, - GF_EXTRA_ITE_CREDITS = 1 << 8, - GF_IHNM_DEMO = 1 << 9 + GF_WYRMKEEP = 1 << 0, + GF_ITE_FLOPPY = 1 << 1, + GF_SCENE_SUBSTITUTES = 1 << 2, + GF_COMPRESSED_SOUNDS = 1 << 3, + GF_NON_INTERACTIVE = 1 << 4, + GF_OLD_ITE_DOS = 1 << 5, + GF_MONO_MUSIC = 1 << 6, + GF_EXTRA_ITE_CREDITS = 1 << 7, + GF_IHNM_DEMO = 1 << 8 }; enum VerbTypeIds { @@ -293,7 +292,6 @@ struct GameDisplayInfo; struct GameSoundInfo { GameSoundTypes resourceType; int sampleBits; - bool isBigEndian; bool isSigned; }; -- cgit v1.2.3