update, automatic mode improvements

origin
steffen 5 years ago
parent c2d69e3014
commit 3970afd8c8

@ -578,7 +578,6 @@ int Locomotives::Loop() {
else if (loco->auto_onroute == LOCO_OR_SEARCH) {
if (loco->auto_timenext.tv_sec == 0 || timer_get(&loco->auto_timenext) > 1000) {
loco->name, loco->auto_onroute);
if (server->railways.FindWay(loco->blockassign, loco->blockdest, loco->name, &way)) {
size_t pos;

Loading…
Cancel
Save