- Zweite durchreiste Region (Reiten mit Strassen) wird im NR nur als Leerstring angezeigt
This commit is contained in:
Enno Rehling 2004-09-08 20:54:06 +00:00
parent 2cd345bfee
commit 5fe3bb9aba
1 changed files with 1 additions and 3 deletions

View File

@ -1350,9 +1350,7 @@ travel(unit * u, region * next, int flucht, region_list ** routep)
} }
p = buf+strlen(buf); p = buf+strlen(buf);
if (rlist->next) { MSG(("travelthru_trail", "region", rlist->data), p, sizeof(buf)-strlen(buf), u->faction->locale, u->faction);
MSG(("travelthru_trail", "region", rlist->data), p, sizeof(buf)-strlen(buf), u->faction->locale, u->faction);
}
} }
} }
} }