-z now disables stereo sound insted of enabling it, because it is on by default anyway

This commit is contained in:
pagefault
2004-10-13 18:40:14 +00:00
parent 61c3c04455
commit 16499591fb
4 changed files with 4 additions and 4 deletions

View File

@@ -321,7 +321,7 @@ int pccmdline(void)
autoloadstate=my_atoi(argv[p+1]) + 1;
p++;
}
else StereoSound=1;
else StereoSound=0;
// FIX STATMAT
break;
}