diff options
author | Darkvater <Darkvater@openttd.org> | 2006-01-29 18:57:26 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2006-01-29 18:57:26 +0000 |
commit | 4014e36aeccf7adb66057f6a80f795089e92fac4 (patch) | |
tree | a71e925a12583a807b9e921fd125c8ae1b8e8721 /ai/trolly | |
parent | e051091c35f2f854436fe5503bf746460087c386 (diff) | |
download | openttd-4014e36aeccf7adb66057f6a80f795089e92fac4.tar.xz |
(svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in branch/pbs. This reverts revisions r3158, r3140, r3075, r2977, r2674, r2625, r2621, r2529, r2528, r2525, r2524, r2519, r2517, r2516, r2507, r2499. (in conjunction with Tron)
- The only change is that the nsignalsw.grf file is kept and that existing nightlies with PBS signals get those signals converted to combo-signals.
Diffstat (limited to 'ai/trolly')
-rw-r--r-- | ai/trolly/pathfinder.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ai/trolly/pathfinder.c b/ai/trolly/pathfinder.c index 1d9d43ac3..79d1dfc53 100644 --- a/ai/trolly/pathfinder.c +++ b/ai/trolly/pathfinder.c @@ -107,8 +107,6 @@ AyStar *new_AyStar_AiPathFinder(int max_tiles_around, Ai_PathFinderInfo *PathFin result->FoundEndNode = AyStar_AiPathFinder_FoundEndNode; result->GetNeighbours = AyStar_AiPathFinder_GetNeighbours; - result->BeforeExit = NULL; - result->free = AyStar_AiPathFinder_Free; // Set some information |