Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/06/2008, 19:45
Tikitios
 
Fecha de Ingreso: mayo-2008
Ubicación: Chile
Mensajes: 189
Antigüedad: 16 años, 7 meses
Puntos: 3
¿Que hay de malo en esta funcion?

Nesecito saber que es lo que tiene de malo esta funcion, la encontre en un ejemplo de un tutorial y no me funciona.
Estoy usando la libreria allegro, esta es la funcion:

void boing(void)
{
play_sample(shipwar_datafile[disparo].dat,255,255,1000,0);
return;
}

este es el error:
20 C:\Documents and Settings\Owner\Desktop\Juego allegro\3\main.cpp invalid conversion from `void*' to `const SAMPLE*'
20 C:\Documents and Settings\Owner\Desktop\Juego allegro\3\main.cpp initializing argument 1 of `int play_sample(const SAMPLE*, int, int, int, int)'