tiny bugfix; ->driver should be ->res
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1882 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -430,7 +430,7 @@ SetDefaults (void)
|
|||||||
GLOBALOPTS opts;
|
GLOBALOPTS opts;
|
||||||
|
|
||||||
GetGlobalOptions (&opts);
|
GetGlobalOptions (&opts);
|
||||||
if (opts.driver == OPTVAL_CUSTOM)
|
if (opts.res == OPTVAL_CUSTOM)
|
||||||
{
|
{
|
||||||
cmdline_opts[0].numopts = RES_OPTS + 1;
|
cmdline_opts[0].numopts = RES_OPTS + 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user