X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/6f214ac0ef5899987197c2e4c9baa0b51a04c197..c24fb94b88efa4689338543a8f7bb046fe5a1aaf:/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); }