mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-21 12:39:47 +01:00
(svn r8299) -Fix
Remove unreachable code
This commit is contained in:
parent
59e6e762b8
commit
501cd51c15
@ -332,8 +332,6 @@ static int32 ClearTile_Water(TileIndex tile, byte flags)
|
|||||||
NOT_REACHED();
|
NOT_REACHED();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0; // useless but silences warning
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// return true if a tile is a water tile.
|
// return true if a tile is a water tile.
|
||||||
|
Loading…
Reference in New Issue
Block a user