X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/f1d92a2564f181cebcabbd0f8c04fe8966bc17ff..176c45720f3b9e5555fe1084d3e6ea59488c1785:/src/sim/w_sound.c diff --git a/src/sim/w_sound.c b/src/sim/w_sound.c index a903ae7..91165a8 100644 --- a/src/sim/w_sound.c +++ b/src/sim/w_sound.c @@ -387,7 +387,7 @@ void sound_command_init(void) { Tcl_CreateCommand(tk_mainInterp, "playsound", SoundCmd, - (ClientData)NULL, (void (*)()) NULL); + (ClientData)NULL, (void (*)(int *)) NULL); Tcl_CreateCommand(tk_mainInterp, "stopdozer", DozerCmd, - (ClientData)NULL, (void (*)()) NULL); + (ClientData)NULL, (void (*)(int *)) NULL); }