File diff r3515:f4a4b48ccb14 → r3516:d1e237776c71
clear_map.h
Show inline comments
 
@@ -19,10 +19,6 @@ typedef enum ClearGround {
 
} ClearGround;
 

	
 

	
 

	
 

	
 

	
 

	
 
static inline ClearGround GetClearGround(TileIndex t)
 
{
 
	assert(IsTileType(t, MP_CLEAR));