forked from mirror/OpenTTD
(svn r12193) -Codechange: Rename a magic variable, give it a decent type, and remove a 'goto'.
This commit is contained in:
@@ -428,7 +428,7 @@ struct PathFindShip {
|
||||
uint best_length;
|
||||
};
|
||||
|
||||
static bool ShipTrackFollower(TileIndex tile, PathFindShip *pfs, int track, uint length, byte *state)
|
||||
static bool ShipTrackFollower(TileIndex tile, PathFindShip *pfs, int track, uint length)
|
||||
{
|
||||
/* Found dest? */
|
||||
if (tile == pfs->dest_coords) {
|
||||
|
Reference in New Issue
Block a user