Edit: this bug occurs with the BP-BGT Worldmap mod. I haven't checked if the binary worldmap BGT ships with is likewise affected.
AR9900 links to AR9799 and vice versa and AR9799 in turn links to AR3300, but AR3300 does not link to AR9799. Adding this missing link fixes the inconsistent travel times.
This should fix it for BWPers and other users of the BP-BGT Worldmap mod (untested, FWIW):
--- BGT/Worldmap/old_links.tbl 2006-11-16 22:06:02.000000000 +0100 +++ BGT/Worldmap/links.tbl 2011-10-20 20:58:12.000000000 +0200 @@ -14,6 +14,7 @@ AR3200 S AR3800 Exit3300 2 1 N N N N N 0 AR3200 W AR3100 Exit3200 3 2 AR4800 N N N N 5 AR3300 N AR9300 Exit9799 2 4 AR4700 N N N N 20 +AR3300 N AR9799 Exit3300 2 4 AR4700 N N N N 20 AR3300 E AR3400 Exit3300 4 8 AR4700 N N N N 20 AR3300 E ARD000 Exit7500 4 8 N N N N N 0 AR3300 S AR3800 Exit3300 2 1 AR5100 N N N N 20
Edited by Wisp, 20 October 2011 - 11:18 AM.