Alam Arias - 2004-04-23

hello, i'm from the SRB2 group and i wish to help you guys about using the new version FMOD Dlls, well here an example

#ifdef NEWFMOD
        fmus = FSOUND_Stream_Open("tmp.egg",  FSOUND_LOOP_NORMAL, 0,0);
#else
        fmus = FSOUND_Stream_OpenFile("tmp.egg",FSOUND_LOOP_NORMAL, 0);
#endif

in the new version of Fmod, FSOUND_Stream_OpenFile had been changed to FSOUND_Stream_Open and with an addon ",0" at the end