Fixed mismatch for "None" on config.adriver option.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2108 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2005-12-24 07:30:31 +00:00
parent a857a89d22
commit a6dabd9c40
+1 -1
View File
@@ -1049,7 +1049,7 @@ SetGlobalOptions (GLOBALOPTS *opts)
switch (opts->adriver) { switch (opts->adriver) {
case OPTVAL_SILENCE: case OPTVAL_SILENCE:
res_PutString ("config.audiodriver", "silence"); res_PutString ("config.audiodriver", "none");
break; break;
case OPTVAL_MIXSDL: case OPTVAL_MIXSDL:
res_PutString ("config.audiodriver", "mixsdl"); res_PutString ("config.audiodriver", "mixsdl");