(svn r3657) Fix indentation and remove now unused variable, which i forgot in r3655
This commit is contained in:
@@ -27,7 +27,6 @@ void RoadVehEnterDepot(Vehicle *v);
|
|||||||
|
|
||||||
static bool HasTileRoadAt(TileIndex tile, int i)
|
static bool HasTileRoadAt(TileIndex tile, int i)
|
||||||
{
|
{
|
||||||
int mask;
|
|
||||||
byte b;
|
byte b;
|
||||||
|
|
||||||
switch (GetTileType(tile)) {
|
switch (GetTileType(tile)) {
|
||||||
|
Reference in New Issue
Block a user