Endlos-Schleie in Feuerwänden

This commit is contained in:
Enno Rehling 2004-03-14 08:38:15 +00:00
parent 4ad249acc6
commit 97eb1eb81d
1 changed files with 1 additions and 0 deletions

View File

@ -3076,6 +3076,7 @@ sp_firewall(castorder *co)
b = get_borders(r, r2);
while (b!=NULL) {
if (b->type == &bt_firewall) break;
b = b->next;
}
if (b==NULL) {
b = new_border(&bt_firewall, r, r2);