Custom argument expansion
Just adds dead values to the world declaration for the custom related arguments so this file can still run.
This commit is contained in:
		
							parent
							
								
									bded86957d
								
							
						
					
					
						commit
						428933ba81
					
				|  | @ -33,7 +33,7 @@ def main(args): | ||||||
|     start_time = time.clock() |     start_time = time.clock() | ||||||
| 
 | 
 | ||||||
|     # initialize the world |     # initialize the world | ||||||
|     world = World('vanilla', 'noglitches', 'standard', 'normal', 'none', 'on', 'ganon', 'freshness', False, False, False, args.quickswap, args.fastmenu, args.disablemusic, False) |     world = World('vanilla', 'noglitches', 'standard', 'normal', 'none', 'on', 'ganon', 'freshness', False, False, False, args.quickswap, args.fastmenu, args.disablemusic, False, False, None) | ||||||
|     logger = logging.getLogger('') |     logger = logging.getLogger('') | ||||||
| 
 | 
 | ||||||
|     hasher = hashlib.md5() |     hasher = hashlib.md5() | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue