Reply to Re: Exploding noise
If you don't have an account, just leave the password field blank.
Here you go, from dam-bomn.c:
//Bomb noise
void damage ( void )
{
playsound(6, 32050, 0,0,0);
}





