X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/4809bf6ac93e116ac30932bb00730d308245e2e5..d3724d6d55dbf3264fbab8ff69aae88aa4d7632f:/res/micropolis.tcl diff --git a/res/micropolis.tcl b/res/micropolis.tcl index 421fd2b..dac3517 100644 --- a/res/micropolis.tcl +++ b/res/micropolis.tcl @@ -940,8 +940,9 @@ proc EchoPlaySound {soundspec} { # Temporary workaround to tell Python Sugar app to play sound. global Sound if {$Sound} { - echo PlaySound [lindex $soundspec 0] - exec play res/sounds/[string tolower [lindex $soundspec 0]].wav & + #echo PlaySound [lindex $soundspec 0] + signal ignore SIGCHLD + exec res/sounds/player res/sounds/[string tolower [lindex $soundspec 0]].wav & } }