chiark / gitweb /
force use of motions beyond our nose
authorian <ian>
Sat, 17 May 2008 18:43:40 +0000 (18:43 +0000)
committerian <ian>
Sat, 17 May 2008 18:43:40 +0000 (18:43 +0000)
hostside/safety.c

index ca5886b52ff8a9df86fd7fc0d9d6f066875ac812..814bbcffffe5f29419461485e8482e9e4142cc52 100644 (file)
@@ -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);