X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/e4270049e4e0cefa1d3784d4215a23e53fe5e929..851812f3fc226d30b4dc26ba147977e9511a82ee:/res/micropolis.tcl diff --git a/res/micropolis.tcl b/res/micropolis.tcl index 7b65a4c..dac3517 100644 --- a/res/micropolis.tcl +++ b/res/micropolis.tcl @@ -940,7 +940,7 @@ 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 & }