(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 6f719ec50a
commit b79872366d
1 changed files with 20 additions and 21 deletions

View File

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