Browse Source

Fixed incorrect option setting.

woollybah 7 years ago
parent
commit
7ecee20d38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bmk_config.bmx

+ 1 - 1
bmk_config.bmx

@@ -215,7 +215,7 @@ Function ParseConfigArgs$[]( args$[], legacyMax:Int = False )
 			opt_standalone_set = True
 		Case "quick"
 			opt_quickscan = True
-			opt_quickscan = True
+			opt_quickscan_set = True
 		Case "nostrictupgrade"
 			opt_nostrictupgrade = True
 			opt_nostrictupgrade_set = True