*** ../sound.c 2004-04-07 02:49:19.000000000 -0600 --- sound.c 2004-04-10 11:27:17.592066527 -0600 *************** extern void SoundFlushCache( const gnubg *** 1247,1252 **** --- 1247,1255 ---- extern void SoundWait( void ) { + if (!fSound) + return; + switch( ssSoundSystem ) { #ifdef SIGIO case SOUND_SYSTEM_NORMAL: