1
0
Fork 0

(svn r19488) -Codechange: Use last_error data for removal in CmdRailTrackHelper() as well.

release/1.1
alberth 2010-03-20 17:08:16 +00:00
parent a9d4eb86b8
commit c9b0e9d25f
1 changed files with 0 additions and 1 deletions

View File

@ -789,7 +789,6 @@ static CommandCost CmdRailTrackHelper(TileIndex tile, DoCommandFlag flags, uint3
}
if (had_success) return total_cost;
if (remove) return CMD_ERROR;
return last_error;
}