mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-04 19:39:42 +01:00
(svn r6268) Remove now pointless assignment (followup of r6267)
This commit is contained in:
parent
f3c8020902
commit
d3f5b7da3e
@ -1757,7 +1757,7 @@ static void AnimateTile_Track(TileIndex tile)
|
|||||||
static void TileLoop_Track(TileIndex tile)
|
static void TileLoop_Track(TileIndex tile)
|
||||||
{
|
{
|
||||||
RailGroundType old_ground = GetRailGroundType(tile);
|
RailGroundType old_ground = GetRailGroundType(tile);
|
||||||
RailGroundType new_ground = old_ground;
|
RailGroundType new_ground;
|
||||||
|
|
||||||
switch (_opt.landscape) {
|
switch (_opt.landscape) {
|
||||||
case LT_HILLY:
|
case LT_HILLY:
|
||||||
|
Loading…
Reference in New Issue
Block a user