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:
@@ -1049,7 +1049,7 @@ SetGlobalOptions (GLOBALOPTS *opts)
|
||||
|
||||
switch (opts->adriver) {
|
||||
case OPTVAL_SILENCE:
|
||||
res_PutString ("config.audiodriver", "silence");
|
||||
res_PutString ("config.audiodriver", "none");
|
||||
break;
|
||||
case OPTVAL_MIXSDL:
|
||||
res_PutString ("config.audiodriver", "mixsdl");
|
||||
|
||||
Reference in New Issue
Block a user