forked from github/server
- Zweite durchreiste Region (Reiten mit Strassen) wird im NR nur als Leerstring angezeigt
This commit is contained in:
parent
2cd345bfee
commit
5fe3bb9aba
|
@ -1350,9 +1350,7 @@ travel(unit * u, region * next, int flucht, region_list ** routep)
|
|||
}
|
||||
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue