update the mp3player

New Member
Joined
Feb 22, 2002
Messages
17
Best answers
0
how can i update the mp3player in the alpha 2.0 code??
i´ve copied the new files into the folder and i rebuild it all new.
and than i became this error

if (m_eStatus==MP3_PAUSE)
{ if (stream)
{ FSOUND_STREAM_SetPaused(stream , false);
}
m_eStatus = MP3_PLAY;
return;
}


i searched the documention off the new fmod api how this function is called now but i found nothing
 
New Member
Joined
Nov 24, 2001
Messages
692
Best answers
0
It's called FSOUND_SetPaused now. Guess the peeps at fmod never heard of backward compatibility (good job anyways peeps).
 

Users who are viewing this thread

Top Bottom