From ab91a0e01b40f16c744eae6aa611f8d5f0829a17 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Sun, 3 Feb 2008 21:59:05 +0100 Subject: [PATCH 1/1] search sounds and player in $ResourceDir --- res/micropolis.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/micropolis.tcl b/res/micropolis.tcl index 142fa24..6c6c03a 100644 --- a/res/micropolis.tcl +++ b/res/micropolis.tcl @@ -939,11 +939,11 @@ proc UISetChannelVolume {win chan vol} { proc EchoPlaySound {soundspec} { # Temporary workaround to tell Python Sugar app to play sound. - global Sound + global Sound ResourceDir if {$Sound} { #echo PlaySound [lindex $soundspec 0] signal ignore SIGCHLD - exec res/sounds/player res/sounds/[string tolower [lindex $soundspec 0]].wav & + exec "${ResourceDir}/sounds/player" "${ResourceDir}/sounds/[string tolower [lindex $soundspec 0]].wav" & } } -- 2.39.2