(svn r17106) -Codechange: move computation of station's catchment rectagle to separate function

This commit is contained in:
smatz
2009-08-07 21:11:58 +00:00
parent 33288c9d50
commit 39e145e586
2 changed files with 23 additions and 9 deletions

View File

@@ -101,6 +101,7 @@ public:
static void RecomputeIndustriesNearForAll();
uint GetCatchmentRadius() const;
Rect GetCatchmentRect() const;
/* virtual */ FORCEINLINE bool TileBelongsToRailStation(TileIndex tile) const
{