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