(svn r17346) [0.7] -Backport from trunk:

- Document: how to manually install AIs
- Fix: Memory leak when trying to bankrupt the local company, other minor improvements of bankruptcy (r17342, r17341, r17340)
- Fix: Not all non-ASCII characters were entered with escapes in the About window (r17309)
- Fix: [NoAI] AIRail::RemoveRailTrack returned ERR_PRECONDITION_ERROR for road/rail-crossings (r17307)
This commit is contained in:
rubidium
2009-09-01 13:16:53 +00:00
parent 36497b584e
commit ad2fbaddc1
18 changed files with 78 additions and 55 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ CommandCost CmdBuildBridge(TileIndex end_tile, DoCommandFlag flags, uint32 p1, u
break;
case MP_RAILWAY:
if (!IsPlainRailTile(tile)) goto not_valid_below;
if (!IsPlainRail(tile)) goto not_valid_below;
break;
case MP_ROAD: