Added force 8-bit sound toggle to GUI in DOS port.

This commit is contained in:
stainless
2001-11-09 06:16:05 +00:00
parent 4cd11b6f78
commit b0306a448b
4 changed files with 22 additions and 2 deletions

View File

@@ -2348,6 +2348,9 @@ DisplayGUISoundClick:
mov edx,[GUImouseposy]
sub edx,[GUIwinposy+6*4]
GUIClickCButton 11,21,byte[cfgsoundon]
%ifdef __MSDOS__
GUIClickCButton 102,21,byte[cfgforce8b]
%endif
GUIClickCButton 11,30,byte[cfgStereoSound]
GUIClickCButton 11,39,byte[RaisePitch]
GUIClickCButton 11,101,byte[SoundNoiseDis]