From: Michael Gernoth Date: Mon, 11 Feb 2008 20:12:35 +0000 (+0100) Subject: reenable ui sounds played by UIMakeSound X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/commitdiff_plain/007beaec37224ef2be61509c5a4f8efa866c74dd reenable ui sounds played by UIMakeSound --- diff --git a/res/micropolis.tcl b/res/micropolis.tcl index 01f8749..1d56b75 100644 --- a/res/micropolis.tcl +++ b/res/micropolis.tcl @@ -955,10 +955,7 @@ proc UIStartSoundOn {win chan sound {opts ""}} { proc UIMakeSound {chan sound {opts ""}} { - # Send message to Python to play sound. - EchoPlaySound $sound - - #UIDoSound "sound play $sound -replay -channel $chan $opts" + playsound $chan $sound $opts }