mrimer
Level: Legendary Smitemaster

Rank Points: 5458
Registered: 02-04-2003
IP: Logged
|
FMOD 3.6.2 API change? (0)
When I downloaded the newest FMOD (3.62), it says it no longer knows about the following function:
FMUSIC_LoadSongMemory
This function was replaced with
FMUSIC_LoadSongEx
which now has a couple extra parameters. So I modified the line in Sound.cpp to read:
FMUSIC_LoadSongEx((const char*)(BYTE*)buffer, buffer.Size(), FSOUND_LOADMEMORY, NULL, 1);
and that seems to work fine.
[Edited by mrimer on 04-12-2003 at 11:07 AM GMT]
|