From: ian Date: Sat, 17 May 2008 18:43:40 +0000 (+0000) Subject: force use of motions beyond our nose X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=d78def14d3b4f2a3f38ec313b1923b37a9ae63b6;p=trains.git force use of motions beyond our nose --- diff --git a/hostside/safety.c b/hostside/safety.c index ca5886b..814bbcf 100644 --- a/hostside/safety.c +++ b/hostside/safety.c @@ -881,6 +881,7 @@ static int report_nextseg(TrackLocation *t, struct TrackAdvanceContext *c, if (t->seg == u->train->foredetect) { strcat(flags,"!"); u->usecurrentposn= 0; + u->alwaysusemotions= 1; } oprintf(UPO," %s%s", t->backwards?"-":"", t->seg->i->pname);