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