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:
mcmartin
2005-09-27 05:25:43 +00:00
parent d10a976e02
commit 278f291720
+1 -1
View File
@@ -430,7 +430,7 @@ SetDefaults (void)
GLOBALOPTS opts;
GetGlobalOptions (&opts);
if (opts.driver == OPTVAL_CUSTOM)
if (opts.res == OPTVAL_CUSTOM)
{
cmdline_opts[0].numopts = RES_OPTS + 1;
}