(svn r19276) -Fix [FS#3649](r19229): Newly built road stops were not always repainted.

pull/155/head
terkhen 15 years ago
parent 4d9bc56e88
commit 274727ab36

@ -1760,6 +1760,8 @@ CommandCost CmdBuildRoadStop(TileIndex tile, DoCommandFlag flags, uint32 p1, uin
} else {
MakeRoadStop(cur_tile, st->owner, st->index, rs_type, rts, ddir);
}
MarkTileDirtyByTile(cur_tile);
}
}

Loading…
Cancel
Save