X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/bab3cfa09c08ea30c99b416a5ec4c6c90a937d27..0e3a35ec9cd1c0756b26b8abc2a39abf2585929b:/res/micropolis.tcl diff --git a/res/micropolis.tcl b/res/micropolis.tcl index ff1ad9b..dac3517 100644 --- a/res/micropolis.tcl +++ b/res/micropolis.tcl @@ -940,9 +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 play res/sounds/[string tolower [lindex $soundspec 0]].wav & + exec res/sounds/player res/sounds/[string tolower [lindex $soundspec 0]].wav & } }