X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/4809bf6ac93e116ac30932bb00730d308245e2e5..e4270049e4e0cefa1d3784d4215a23e53fe5e929:/res/micropolis.tcl diff --git a/res/micropolis.tcl b/res/micropolis.tcl index 421fd2b..7b65a4c 100644 --- a/res/micropolis.tcl +++ b/res/micropolis.tcl @@ -941,7 +941,8 @@ proc EchoPlaySound {soundspec} { global Sound if {$Sound} { echo PlaySound [lindex $soundspec 0] - exec play res/sounds/[string tolower [lindex $soundspec 0]].wav & + signal ignore SIGCHLD + exec res/sounds/player res/sounds/[string tolower [lindex $soundspec 0]].wav & } }