|  |  | @ -55,14 +55,17 @@ DFhackCExport command_result filltraffic(DFHack::Core * c, std::vector<std::stri | 
			
		
	
		
		
			
				
					
					|  |  |  |         { |  |  |  |         { | 
			
		
	
		
		
			
				
					
					|  |  |  |             c->con.print("Flood-fill selected traffic type from the cursor.\n" |  |  |  |             c->con.print("Flood-fill selected traffic type from the cursor.\n" | 
			
		
	
		
		
			
				
					
					|  |  |  |                          "Traffic Type Codes:\n" |  |  |  |                          "Traffic Type Codes:\n" | 
			
		
	
		
		
			
				
					
					|  |  |  | 						 "	H: High Traffic\n" |  |  |  |                          "\tH: High Traffic\n" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | 						 "	N: Normal Traffic\n" |  |  |  |                          "\tN: Normal Traffic\n" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | 						 "	L: Low Traffic\n" |  |  |  |                          "\tL: Low Traffic\n" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | 						 "	R: Restricted Traffic\n" |  |  |  |                          "\tR: Restricted Traffic\n" | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                          "Other Options:\n" |  |  |  |                          "Other Options:\n" | 
			
		
	
		
		
			
				
					
					|  |  |  | 						 "	X: Fill accross z-levels.\n" |  |  |  |                          "\tX: Fill accross z-levels.\n" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | 						 "	B: Include buildings and stockpiles.\n" |  |  |  |                          "\tB: Include buildings and stockpiles.\n" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | 						 "  P: Include empty space.\n" |  |  |  |                          "\tP: Include empty space.\n" | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                          "Example:\n" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                          "'filltraffic H' - When used in a room with doors,\n" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                          "                  it will set traffic to HIGH in just that room." | 
			
		
	
		
		
			
				
					
					|  |  |  |             ); |  |  |  |             ); | 
			
		
	
		
		
			
				
					
					|  |  |  |             return CR_OK; |  |  |  |             return CR_OK; | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |