(svn r3657) Fix indentation and remove now unused variable, which i forgot in r3655

This commit is contained in:
tron
2006-02-23 07:32:46 +00:00
parent ad1e7c1da8
commit d239ec0e96

View File

@@ -27,7 +27,6 @@ void RoadVehEnterDepot(Vehicle *v);
static bool HasTileRoadAt(TileIndex tile, int i)
{
int mask;
byte b;
switch (GetTileType(tile)) {