File diff r8262:cc8904e075dd → r8263:00e828e1ab1f
src/pathfind.h
Show inline comments
 
@@ -52,13 +52,13 @@ struct TrackPathFinder {
 
	void *userdata;
 

	
 
	RememberData rd;
 

	
 
	TrackdirByte the_dir;
 

	
 
	TransportTypeByte tracktype;
 
	TransportType tracktype;
 
	uint sub_type;
 

	
 
	byte var2;
 
	bool disable_tile_hash;
 
	bool hasbit_13;