From: Dirk B. <db...@us...> - 2006-01-05 16:31:51
|
Update of /cvsroot/win32forth/win32forth/apps/PlayVirginRadio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26446/apps/PlayVirginRadio Modified Files: PlayVirginRadio.f Log Message: Setting the sound volume on exit removed. Index: PlayVirginRadio.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/PlayVirginRadio/PlayVirginRadio.f,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PlayVirginRadio.f 15 Sep 2005 16:36:08 -0000 1.5 --- PlayVirginRadio.f 5 Jan 2006 16:31:39 -0000 1.6 *************** *** 128,132 **** : uninit-player ( -- ) DestroyWindow: MainWindow ! SoundOn ; unload-chain chain-add-before uninit-player --- 128,133 ---- : uninit-player ( -- ) DestroyWindow: MainWindow ! \ SoundOn ! ; unload-chain chain-add-before uninit-player |