Using latest OF and Xcode
Getting an error on this line when building my project:
FMOD_System_PlaySound(sys, FMOD_CHANNEL_FREE, sound, bPaused, &channel);
I have one sound and it is played/declared two times in the same file (each one in a different if statement).