X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/6f214ac0ef5899987197c2e4c9baa0b51a04c197..176c45720f3b9e5555fe1084d3e6ea59488c1785:/src/sim/w_sound.c?ds=inline 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); }