File diff r3345:e48ac6e0984a → r3346:134319cc6f99
depot.h
Show inline comments
 
@@ -15,7 +15,7 @@
 

	
 
struct Depot {
 
	TileIndex xy;
 
	uint16 town_index;
 
	TownID town_index;
 
	uint16 index;
 
};