This commit is contained in:
twinaphex 2016-03-24 02:30:11 +01:00
parent 53d52a5d3c
commit 11d784a2b2

View File

@ -1125,12 +1125,14 @@ static bool CP_SoundLoop (void)
}
break;
case 6:
/* if (DigiMode != SDS_SOUNDSOURCE)
{
SD_SetDigiDevice (SDS_SOUNDSOURCE);
DrawSoundMenu ();
ShootSnd ();
}*/
#if 0
if (DigiMode != SDS_SOUNDSOURCE)
{
SD_SetDigiDevice (SDS_SOUNDSOURCE);
DrawSoundMenu ();
ShootSnd ();
}
#endif
break;
case 7:
if (DigiMode != SDS_SOUNDBLASTER)