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,12 +1350,10 @@ 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
ADDMSG(&u->faction->msgs, msg_message("travel",
|
||||
"unit mode start end regions", u, mode, first, current, strdup(buf)));
|
||||
|
||||
|
|
Loading…
Reference in New Issue