X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/f1d92a2564f181cebcabbd0f8c04fe8966bc17ff..HEAD:/src/sim/w_sound.c?ds=sidebyside 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); }