From ab7b8b50e34ffe0f0205399fc3a0fcefcff31741 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 27 Jun 2005 06:57:24 +0000 Subject: (svn r2492) Remove some pointless casts and fix some nearby indentation --- rail_cmd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rail_cmd.c') diff --git a/rail_cmd.c b/rail_cmd.c index 0d36421b5..a4ea4c21b 100644 --- a/rail_cmd.c +++ b/rail_cmd.c @@ -663,8 +663,7 @@ int32 CmdBuildTrainDepot(int x, int y, uint32 flags, uint32 p1, uint32 p2) return CMD_ERROR; if (flags & DC_EXEC) { - if (_current_player == _local_player) - _last_built_train_depot_tile = (TileIndex)tile; + if (_current_player == _local_player) _last_built_train_depot_tile = tile; ModifyTile(tile, MP_SETTYPE(MP_RAILWAY) | -- cgit v1.2.3-54-g00ecf