File diff r7412:e5f07529a093 → r7413:3ccdde9800e0
src/town.h
Show inline comments
 
@@ -160,8 +160,6 @@ struct Town : PoolItem<Town, TownID, &_T
 
	~Town();
 

	
 
	bool IsValid() const { return this->xy != 0; }
 

	
 
	void QuickFree();
 
};
 

	
 
struct HouseSpec {