- Fixed compiling with FMOD Ex 4.30.00. I get no 3D sound effects, and it's crashing on me, too.

Am I doing something wrong?

SVN r2271 (trunk)
This commit is contained in:
Randy Heit 2010-04-04 17:48:26 +00:00
parent d53fdb418b
commit 7bd741a644

View file

@ -167,7 +167,10 @@ static const FEnumList OutputNames[] =
{ "SDL", 666 },
// Mac
#if FMOD_VERSION < 0x43000
// Sound Manager support was removed sometime in the 4.29 line.
{ "Sound Manager", FMOD_OUTPUTTYPE_SOUNDMANAGER },
#endif
{ "Core Audio", FMOD_OUTPUTTYPE_COREAUDIO },
{ NULL, 0 }