From ab4734dcf60d8f06786cbdd382a7a83ca962103a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 22 Dec 2004 19:34:41 +0000 Subject: o Fix regression with Mac versions o Normalize GIDs and GTypes o Introduce MD5-based game detection. Now only 2 games should be ordered. Linux demo should go before Win32 newer demo o Fix sound in Mac versions svn-id: r16262 --- saga/animation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saga/animation.h') diff --git a/saga/animation.h b/saga/animation.h index 1fafe892f3..c800534fd0 100644 --- a/saga/animation.h +++ b/saga/animation.h @@ -31,7 +31,7 @@ namespace Saga { #define MAX_ANIMATIONS 7 #define DEFAULT_FRAME_TIME 140 -#define SAGA_FRAME_HEADER_LEN (IS_MAC_VERSION ? 13 : 12) +#define SAGA_FRAME_HEADER_LEN (_vm->_features & GF_MAC_RESOURCES ? 13 : 12) #define SAGA_FRAME_START 0xF #define SAGA_FRAME_END 0x3F -- cgit v1.2.3