mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-03 12:59:33 +00:00
(svn r6179) - Silence the old npf warnings
This commit is contained in:
parent
8056a793c0
commit
1299f0b00d
2
npf.c
2
npf.c
@ -780,7 +780,7 @@ NPFFoundTargetData NPFRouteToDepotTrialError(TileIndex tile, Trackdir trackdir,
|
||||
*/
|
||||
Queue depots;
|
||||
int r;
|
||||
NPFFoundTargetData best_result;
|
||||
NPFFoundTargetData best_result = {(uint)-1, (uint)-1, INVALID_TRACKDIR, {INVALID_TILE, 0, {0, 0}}};
|
||||
NPFFoundTargetData result;
|
||||
NPFFindStationOrTileData target;
|
||||
AyStarNode start;
|
||||
|
Loading…
Reference in New Issue
Block a user