mirror of https://github.com/OpenTTD/OpenTTD
(svn r3657) Fix indentation and remove now unused variable, which i forgot in r3655
parent
6f719ec50a
commit
b79872366d
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in New Issue